]> Cypherpunks repositories - gostls13.git/commitdiff
text/template: fix typo in documentation
authorJohan Sageryd <j@1616.se>
Sun, 8 May 2016 16:06:03 +0000 (18:06 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 11 May 2016 21:24:16 +0000 (21:24 +0000)
Change-Id: I4ccfaa16e153aad001d670891b3848264e63cf6f
Reviewed-on: https://go-review.googlesource.com/23031
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/text/template/doc.go

index df8c95f8c8949e7ec05b5e68f54d486598c06dec..48e9aa7395cec9c4f9c6ec85350dc72d1100cbb2 100644 (file)
@@ -220,7 +220,7 @@ value (argument) or a function or method call, possibly with multiple arguments:
                Functions and function names are described below.
 
 A pipeline may be "chained" by separating a sequence of commands with pipeline
-characters '|'. In a chained pipeline, the result of the each command is
+characters '|'. In a chained pipeline, the result of each command is
 passed as the last argument of the following command. The output of the final
 command in the pipeline is the value of the pipeline.