diff options
Diffstat (limited to 'src/html/template/error.go')
| -rw-r--r-- | src/html/template/error.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/template/error.go b/src/html/template/error.go index 5637384bd8..cbcaf92e4a 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: // <a href=" // {{if .C}} |
