mirror of
https://github.com/golang/go
synced 2024-11-21 20:34:40 -07:00
template: fix typo in doc comment
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/1665047
This commit is contained in:
parent
0bf413ab8e
commit
040f081842
@ -54,7 +54,7 @@
|
|||||||
map passed to the template set up routines or in the default
|
map passed to the template set up routines or in the default
|
||||||
set ("html","str","") and is used to process the data for
|
set ("html","str","") and is used to process the data for
|
||||||
output. The formatter function has signature
|
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
|
where wr is the destination for output, data is the field
|
||||||
value, and formatter is its name at the invocation site.
|
value, and formatter is its name at the invocation site.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user