diff options
Diffstat (limited to 'src/pkg/html')
| -rw-r--r-- | src/pkg/html/template/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/html/template/doc.go b/src/pkg/html/template/doc.go index f470facfd0..d422ada37a 100644 --- a/src/pkg/html/template/doc.go +++ b/src/pkg/html/template/doc.go @@ -119,7 +119,7 @@ If {{.}} is the innocuous word, `left`, then it can appear more widely, Non-string values can be used in JavaScript contexts. If {{.}} is - []struct{A,B string}{ "foo", "bar" } + struct{A,B string}{ "foo", "bar" } in the escaped template |
