Commit df60c0a3 authored by Andrew Gerrand's avatar Andrew Gerrand

html/template: fix doc typo

Fixes #4950.

R=golang-dev, peter
CC=golang-dev
https://golang.org/cl/7415046
parent 3889d8af
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment