diff options
Diffstat (limited to 'libgo/go/html/template/error.go')
-rw-r--r-- | libgo/go/html/template/error.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/html/template/error.go b/libgo/go/html/template/error.go index 8f99e1b..5637384 100644 --- a/libgo/go/html/template/error.go +++ b/libgo/go/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 |