From 2442b49c47aa818bbc55e4c064e9ea0ca058735f Mon Sep 17 00:00:00 2001 From: Marcel Edmund Franke Date: Mon, 14 Nov 2016 21:46:25 +0100 Subject: [PATCH] html/template: typo fix comment on unexported function starts with wrong functionname Change-Id: Ib16c2fe42b5a8d4606ed719f620923c17839d091 Reviewed-on: https://go-review.googlesource.com/33203 Reviewed-by: Brad Fitzpatrick --- src/html/template/url.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/html/template/url.go b/src/html/template/url.go index 246bfd32cd..02123b2ccc 100644 --- a/src/html/template/url.go +++ b/src/html/template/url.go @@ -32,7 +32,7 @@ func urlEscaper(args ...interface{}) string { return urlProcessor(false, args...) } -// urlEscaper normalizes URL content so it can be embedded in a quote-delimited +// urlNormalizer normalizes URL content so it can be embedded in a quote-delimited // string or parenthesis delimited url(...). // The normalizer does not encode all HTML specials. Specifically, it does not // encode '&' so correct embedding in an HTML attribute requires escaping of -- 2.48.1