Commit 114051aa authored by Johan Sageryd's avatar Johan Sageryd Committed by Brad Fitzpatrick

text/template: fix typo in documentation

Change-Id: I4ccfaa16e153aad001d670891b3848264e63cf6f
Reviewed-on: https://go-review.googlesource.com/23031Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent ef62f641
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment