]> Cypherpunks repositories - gostls13.git/commitdiff
template: Grammar fix for template documentation.
authorBill Neubauer <wcn@golang.org>
Thu, 25 Aug 2011 16:25:19 +0000 (12:25 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 25 Aug 2011 16:25:19 +0000 (12:25 -0400)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4944043

src/pkg/template/doc.go

index f65946aed9f4aa8e698a7f28f339ccf49d408eec..a52f32d91b942c3ceab6d520480e7a4db3923029 100644 (file)
@@ -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.