Skip to content

Commit 3a61235

Browse files
Update book/pipelines.md
Co-authored-by: Douglas <[email protected]>
1 parent 5db06be commit 3a61235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ See: [Custom Commands -> Pipeline Input](custom_commands.html#pipeline-input)
131131
print $in
132132
}
133133
true | echo_me
134-
# => true
134+
# => true
135135
```
136136

137137
- **_Rule 1.5:_** This is true throughout the current scope. Even on subsequent lines in a closure or block, `$in` is the same value when used in the first position of _any pipeline_ inside that scope.

0 commit comments

Comments
 (0)