Skip to content

Commit

Permalink
fix a typo in doc (#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
evpeople authored Aug 23, 2024
1 parent d11d9c5 commit 7af6da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ See: [Custom Commands -> Pipeline Input](custom_commands.html#pipeline-input)
> # Input
> 1 | do { $in | describe }
int
> "Hello, Nushell" | do { in | describe }
> "Hello, Nushell" | do { $in | describe }
string
> {||} | do { $in | describe }
closure
Expand Down

0 comments on commit 7af6da7

Please sign in to comment.