1
0
mirror of https://github.com/golang/go synced 2024-09-24 23:20:12 -06:00

template: fix typo in doc comment

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/1665047
This commit is contained in:
Daniel Fleischman 2010-06-30 19:57:26 -07:00 committed by Russ Cox
parent 0bf413ab8e
commit 040f081842

View File

@ -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.
*/