1
0
mirror of https://github.com/golang/go synced 2024-11-23 05:50:05 -07:00

html/template: fix doc typo

Fixes #4950.

R=golang-dev, peter
CC=golang-dev
https://golang.org/cl/7415046
This commit is contained in:
Andrew Gerrand 2013-03-01 14:57:59 +11:00
parent 3889d8afe5
commit df60c0a3b8

View File

@ -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