diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2012-03-30 22:36:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2012-03-30 22:36:44 +0000 |
commit | a1552fc3ec0ea4a6b344bf5a6c779161a4c1de39 (patch) | |
tree | 3bed00c24e1b50f3d7703c633098fa654a112d46 /libgo/go/text | |
parent | 99002f83667c7c55c035fcae9c802b5608efeb30 (diff) | |
download | gcc-a1552fc3ec0ea4a6b344bf5a6c779161a4c1de39.zip gcc-a1552fc3ec0ea4a6b344bf5a6c779161a4c1de39.tar.gz gcc-a1552fc3ec0ea4a6b344bf5a6c779161a4c1de39.tar.bz2 |
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.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/text/template/doc.go b/libgo/go/text/template/doc.go index 10e0f7f..aa50ab9 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. |