diff options
Diffstat (limited to 'docs/content/en/quick-reference/glossary/pipeline.md')
-rw-r--r-- | docs/content/en/quick-reference/glossary/pipeline.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/quick-reference/glossary/pipeline.md b/docs/content/en/quick-reference/glossary/pipeline.md index 2bb3fa3b7..6dab52578 100644 --- a/docs/content/en/quick-reference/glossary/pipeline.md +++ b/docs/content/en/quick-reference/glossary/pipeline.md @@ -4,4 +4,4 @@ title: pipeline Within a [_template action_](g), a _pipeline_ is a possibly chained sequence of values, [_function_](g) calls, or [_method_](g) calls. Functions and methods in the pipeline may take multiple [_arguments_](g). -A pipeline may be *chained* by separating a sequence of commands with pipeline characters (`|`). In a chained pipeline, the result of each command is passed as the last argument to the following command. The output of the final command in the pipeline is the value of the pipeline. + A pipeline may be chained by separating a sequence of commands with pipeline characters (`|`). In a chained pipeline, the result of each command is passed as the last argument to the following command. The output of the final command in the pipeline is the value of the pipeline. |