diff options
Diffstat (limited to 'src/html/template')
| -rw-r--r-- | src/html/template/escape.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/template/escape.go b/src/html/template/escape.go index c77b23ae68..aaeb2d6bc1 100644 --- a/src/html/template/escape.go +++ b/src/html/template/escape.go @@ -417,7 +417,7 @@ func nudge(c context) context { // join joins the two contexts of a branch template node. The result is an // error context if either of the input contexts are error contexts, or if the -// the input contexts differ. +// input contexts differ. func join(a, b context, node parse.Node, nodeName string) context { if a.state == stateError { return a |
