mirror of
https://github.com/golang/go
synced 2024-11-21 22:04:39 -07:00
template: Grammar fix for template documentation.
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4944043
This commit is contained in:
parent
0227c45ede
commit
948418f16a
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user