aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/html
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-03-01 14:57:59 +1100
committerAndrew Gerrand <adg@golang.org>2013-03-01 14:57:59 +1100
commitdf60c0a3b8128db948ee3bac6e7e69bb8832faea (patch)
tree7963acd1b39b81542a9b857d370d91fabc127a6f /src/pkg/html
parent3889d8afe531ddabc1833e7ef60aba45d99d532e (diff)
downloadgo-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.go2
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