diff options
Diffstat (limited to 'src/pkg/text/template/doc.go')
-rw-r--r-- | src/pkg/text/template/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/text/template/doc.go b/src/pkg/text/template/doc.go index f622ac7dc..7c6efd59c 100644 --- a/src/pkg/text/template/doc.go +++ b/src/pkg/text/template/doc.go @@ -20,7 +20,7 @@ The input text for a template is UTF-8-encoded text in any format. "{{" and "}}"; all text outside actions is copied to the output unchanged. Actions may not span newlines, although comments can. -Once constructed, a template may be executed safely in parallel. +Once parsed, a template may be executed safely in parallel. Here is a trivial example that prints "17 items are made of wool". |