From df60c0a3b8128db948ee3bac6e7e69bb8832faea Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 1 Mar 2013 14:57:59 +1100 Subject: [PATCH] html/template: fix doc typo Fixes #4950. R=golang-dev, peter CC=golang-dev https://golang.org/cl/7415046 --- src/pkg/html/template/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/html/template/doc.go b/src/pkg/html/template/doc.go index f470facfd0c..d422ada37a7 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