diff --git a/src/html/template/error.go b/src/html/template/error.go index 5637384bd86..cbcaf92e4ab 100644 --- a/src/html/template/error.go +++ b/src/html/template/error.go @@ -44,7 +44,7 @@ const ( // OK indicates the lack of an error. OK ErrorCode = iota - // ErrAmbigContext: "... appears in an ambiguous URL context" + // ErrAmbigContext: "... appears in an ambiguous context within a URL" // Example: // `, - "z:1:47: {{.H}} appears in an ambiguous URL context", + "z:1:47: {{.H}} appears in an ambiguous context within a URL", }, { `