Skip to content

Commit 205d1a4

Browse files
authored
Fix match and guard 'arms' typo (#2113)
1 parent 2eb8753 commit 205d1a4

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
@@ -612,7 +612,7 @@ Ranges that include a parenthesized expression will now be parsed correctly afte
612612

613613
### Fixed parsing issue with multiarm match + guard [[toc](#table-of-contents)]
614614

615-
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.
615+
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.
616616

617617
```nu
618618
match 3 {

0 commit comments

Comments
 (0)