summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pkg/text/template/doc.go2
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.