From dda8180c9636728e77d455bcb44ebb24fa487dac Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 8 Sep 2011 11:02:39 +1000 Subject: [release-branch.r60] template: Grammar fix for template documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ««« CL 4944043 / 6577cd4b870f template: Grammar fix for template documentation. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4944043 »»» R=dsymonds CC=golang-dev https://golang.org/cl/4978058 --- src/pkg/template/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/template/doc.go b/src/pkg/template/doc.go index f65946aed9..a52f32d91b 100644 --- a/src/pkg/template/doc.go +++ b/src/pkg/template/doc.go @@ -294,7 +294,7 @@ This defines two templates, T1 and T2, and a third T3 that invokes the other two when it is executed. The second way to build a template set is to use Set's Add method to add a -parsed template to a set. A template may be bound at most one set. If it's +parsed template to a set. A template may be bound to at most one set. If it's necessary to have a template in multiple sets, the template definition must be parsed multiple times to create distinct *Template values. -- cgit v1.2.3-54-g00ecf