From 5bd88b028b73beec576657dff0d8bd486e46b893 Mon Sep 17 00:00:00 2001 From: Ingo Oeser Date: Thu, 10 May 2018 19:08:46 +0200 Subject: [PATCH] net/http/pprof: fix typo on new index page s/thread/thead/ as this is Table HEAD and not a thread as indicated by the closing tag an context this apears in. Change-Id: I3aa0cc95b96c9a594cb5a49713efa22d67e4990c Reviewed-on: https://go-review.googlesource.com/112675 Reviewed-by: Brad Fitzpatrick --- src/net/http/pprof/pprof.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/http/pprof/pprof.go b/src/net/http/pprof/pprof.go index 0a5071a08b..35b3285a08 100644 --- a/src/net/http/pprof/pprof.go +++ b/src/net/http/pprof/pprof.go @@ -319,7 +319,7 @@ var indexTmpl = template.Must(template.New("index").Parse(`
Types of profiles available: - + {{range .}} -- 2.48.1
CountProfile
CountProfile
{{.Count}}{{.Name}}