]> Cypherpunks repositories - gostls13.git/commitdiff
text/template: fix typo in package comment
authorRobert Griesemer <gri@golang.org>
Fri, 23 Mar 2012 18:31:29 +0000 (11:31 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 23 Mar 2012 18:31:29 +0000 (11:31 -0700)
Fixes #3383.

R=iant, bradfitz
CC=golang-dev
https://golang.org/cl/5891045

src/pkg/text/template/doc.go

index 10e0f7fc373b969bdfec14bbb904ed1f3a35e113..aa50ab97f6f2d47f49490ed74a24383cbb85e788 100644 (file)
@@ -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.