From 8ff44d5c24c80521c50739042fb232983268f067 Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Sat, 24 Jan 2026 22:07:50 +0100 Subject: [PATCH] Fix match and guard 'arms' typo --- blog/2026-01-17-nushell_v0_110_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2026-01-17-nushell_v0_110_0.md b/blog/2026-01-17-nushell_v0_110_0.md index f87be2b43d8..e7c2377fc3a 100644 --- a/blog/2026-01-17-nushell_v0_110_0.md +++ b/blog/2026-01-17-nushell_v0_110_0.md @@ -612,7 +612,7 @@ Ranges that include a parenthesized expression will now be parsed correctly afte ### Fixed parsing issue with multiarm match + guard [[toc](#table-of-contents)] -Match statements with multiple alarms and a guard expression, such as the below example, will now be parsed correctly after [#17115](https://github.com/nushell/nushell/pull/17115). Previously, such an expression would fail to parse. +Match statements with multiple arms and a guard expression, such as the below example, will now be parsed correctly after [#17115](https://github.com/nushell/nushell/pull/17115). Previously, such an expression would fail to parse. ```nu match 3 {