Skip to content

Commit 2decf23

Browse files
authored
Fix typo in v108 release post (#2056)
1 parent 29f8d3f commit 2decf23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2025-10-15-nushell_v0_108_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ string
174174

175175
### Collecting a stream that contains errors now raises an error itself ([#16738]) [[toc](#table-of-contents)]
176176

177-
Previously, if an error was returned as a stream item and you collected that stream into a value, you would and up with a list that has an `error` item which you wouldn't know about until you interacted with that specific item.
177+
Previously, if an error was returned as a stream item and you collected that stream into a value, you would end up with a list that has an `error` item which you wouldn't know about until you interacted with that specific item.
178178

179179
You could even end up with a list entirely made up of `error`s:
180180

0 commit comments

Comments
 (0)