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 8f99e1b962..5637384bd8 100644 --- a/src/html/template/error.go +++ b/src/html/template/error.go @@ -164,7 +164,7 @@ const ( // different context than an earlier pass, there is no single context. // In the example, there is missing a quote, so it is not clear // whether {{.}} is meant to be inside a JS string or in a JS value - // context. The second iteration would produce something like + // context. The second iteration would produce something like // // <script>var x = ['firstValue,'secondValue]</script> ErrRangeLoopReentry |
