mirror of https://github.com/golang/go.git
text/template: fix typo in package comment
Fixes #3383. R=iant, bradfitz CC=golang-dev https://golang.org/cl/5891045
This commit is contained in:
parent
54a2e63a60
commit
43ad726f34
|
|
@ -244,7 +244,7 @@ Functions
|
|||
|
||||
During execution functions are found in two function maps: first in the
|
||||
template, then in the global function map. By default, no functions are defined
|
||||
in the template but the Funcs methods can be used to add them.
|
||||
in the template but the Funcs method can be used to add them.
|
||||
|
||||
Predefined global functions are named as follows.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue