Skip to content

Commit ec8d907

Browse files
authored
Add missing word in v0.110.0 post (#2197)
1 parent 1e11372 commit ec8d907

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blog/2026-01-17-nushell_v0_110_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ match 3 {
643643

644644
### Pipefail works with `try` block [[toc](#table-of-contents)]
645645

646-
With [#17052](https://github.com/nushell/nushell/pull/17052), the following code will an empty list with additional `1`, because the command is failed actually.
646+
With [#17052](https://github.com/nushell/nushell/pull/17052), the following code will print an empty list with additional `1`, because the command is failed actually.
647647

648648
```nu
649649
> nu --experimental-options=[pipefail]

0 commit comments

Comments
 (0)