Skip to content

Commit cac2c56

Browse files
authored
Consistently use present tense (#2203)
1 parent 6b2ff54 commit cac2c56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ line1; line2 | line3
4545

4646
Here, semicolons are used in conjunction with pipelines. When a semicolon is used, no output data is produced to be piped. As such, the `$in` variable will not work when used immediately after the semicolon.
4747

48-
- As there is a semicolon after `line1`, the command will run to completion and its output discarded.
48+
- As there is a semicolon after `line1`, the command runs to completion and its output is discarded.
4949
- `line2` | `line3` is a normal pipeline. It runs, and as the final value, its contents are returned and displayed.
5050

5151
See: [Thinking in Nu -> Single Return Value per Expression](thinking_in_nu.html#single-return-value-per-expression)

0 commit comments

Comments
 (0)