summaryrefslogtreecommitdiff
path: root/libgo/go/text
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2012-03-30 22:36:44 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2012-03-30 22:36:44 +0000
commita1552fc3ec0ea4a6b344bf5a6c779161a4c1de39 (patch)
tree3bed00c24e1b50f3d7703c633098fa654a112d46 /libgo/go/text
parent99002f83667c7c55c035fcae9c802b5608efeb30 (diff)
downloadgcc-a1552fc3ec0ea4a6b344bf5a6c779161a4c1de39.tar.gz
libgo: Update to weekly.2012-03-27 aka go1 release.
From-SVN: r186029
Diffstat (limited to 'libgo/go/text')
-rw-r--r--libgo/go/text/template/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/text/template/doc.go b/libgo/go/text/template/doc.go
index 10e0f7fc373..aa50ab97f6f 100644
--- a/libgo/go/text/template/doc.go
+++ b/libgo/go/text/template/doc.go
@@ -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.