diff options
author | Robert Griesemer <gri@golang.org> | 2012-03-23 11:31:29 -0700 |
---|---|---|
committer | Robert Griesemer <gri@golang.org> | 2012-03-23 11:31:29 -0700 |
commit | a89ceaa1f3c57e87808f0ea8ff1985eaceeabc6a (patch) | |
tree | f9b2b3c431bcaf7b038d5ad960fdc13346391fac /src | |
parent | 4021e886a5123454b2379f21acac06c949689866 (diff) | |
download | go-a89ceaa1f3c57e87808f0ea8ff1985eaceeabc6a.tar.gz |
text/template: fix typo in package comment
Fixes issue 3383.
R=iant, bradfitz
CC=golang-dev
http://codereview.appspot.com/5891045
Diffstat (limited to 'src')
-rw-r--r-- | src/pkg/text/template/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/text/template/doc.go b/src/pkg/text/template/doc.go index 10e0f7fc3..aa50ab97f 100644 --- a/src/pkg/text/template/doc.go +++ b/src/pkg/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. |