From dc9ad6e88cd09e57bd94e0054f19696fa09d3857 Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Sat, 18 Oct 2025 15:17:10 +0200 Subject: [PATCH] Fix typo in v108 release post --- blog/2025-10-15-nushell_v0_108_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2025-10-15-nushell_v0_108_0.md b/blog/2025-10-15-nushell_v0_108_0.md index 6200f9fbe59..eb0cbaa4bc9 100644 --- a/blog/2025-10-15-nushell_v0_108_0.md +++ b/blog/2025-10-15-nushell_v0_108_0.md @@ -174,7 +174,7 @@ string ### Collecting a stream that contains errors now raises an error itself ([#16738]) [[toc](#table-of-contents)] -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. +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. You could even end up with a list entirely made up of `error`s: