Commit 040f0818 authored by Daniel Fleischman's avatar Daniel Fleischman Committed by Russ Cox

template: fix typo in doc comment

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/1665047
parent 0bf413ab
......@@ -54,7 +54,7 @@
map passed to the template set up routines or in the default
set ("html","str","") and is used to process the data for
output. The formatter function has signature
func(wr io.Write, data interface{}, formatter string)
func(wr io.Writer, data interface{}, formatter string)
where wr is the destination for output, data is the field
value, and formatter is its name at the invocation site.
*/
......
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