diff options
| author | Andrew Gerrand <adg@golang.org> | 2013-03-01 14:57:59 +1100 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2013-03-01 14:57:59 +1100 |
| commit | df60c0a3b8128db948ee3bac6e7e69bb8832faea (patch) | |
| tree | 7963acd1b39b81542a9b857d370d91fabc127a6f /src/pkg/html | |
| parent | 3889d8afe531ddabc1833e7ef60aba45d99d532e (diff) | |
| download | go-df60c0a3b8128db948ee3bac6e7e69bb8832faea.tar.xz | |
html/template: fix doc typo
Fixes #4950.
R=golang-dev, peter
CC=golang-dev
https://golang.org/cl/7415046
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 |
