From: Andrew Gerrand Date: Fri, 1 Mar 2013 03:57:59 +0000 (+1100) Subject: html/template: fix doc typo X-Git-Tag: go1.1rc2~755 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=df60c0a3b8128db948ee3bac6e7e69bb8832faea;p=gostls13.git html/template: fix doc typo Fixes #4950. R=golang-dev, peter CC=golang-dev https://golang.org/cl/7415046 --- 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