From: Robert Griesemer Date: Fri, 23 Mar 2012 18:31:29 +0000 (-0700) Subject: text/template: fix typo in package comment X-Git-Tag: weekly.2012-03-27~58 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=43ad726f3466440239954c3afab7a2cfeb6e97b1;p=gostls13.git text/template: fix typo in package comment Fixes #3383. R=iant, bradfitz CC=golang-dev https://golang.org/cl/5891045 --- diff --git a/src/pkg/text/template/doc.go b/src/pkg/text/template/doc.go index 10e0f7fc37..aa50ab97f6 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.