Skip to content

Commit 7f71054

Browse files
authored
Fix typo in rm behavior change description (#2114)
1 parent 205d1a4 commit 7f71054

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
@@ -690,7 +690,7 @@ Previously, `bar` would be available to use even after `overlay hide spam`. This
690690
- `format date` can see locale environment variables set by `with-env` ([#17333](https://github.com/nushell/nushell/pull/17333))
691691
- Changes to `$env.config` outside of `config.nu` are reflected in more places ([17058](https://github.com/nushell/nushell/pull/17058))
692692
- Multiplying duration by integers now throws an error on overflow ([#17063](https://github.com/nushell/nushell/pull/17063))
693-
- rm command will return error when there is one file is failed to remove. ([#17237](https://github.com/nushell/nushell/pull/17237))
693+
- rm command will return error when there is one file it failed to remove. ([#17237](https://github.com/nushell/nushell/pull/17237))
694694
- Changed the behavior of `cal --month-names` to create a new `month_name` column instead of overriding `month`. ([#17302](https://github.com/nushell/nushell/pull/17302))
695695
- `glob` no longer canonicalizes paths internally ([#17312](https://github.com/nushell/nushell/pull/17312))
696696
- Fixed the issue where "Duplicate Pane" in Windows Terminal failed when the current path contained Chinese characters by removing unnecessary URL-encoding in OSC 9;9 sequences. ([#17311](https://github.com/nushell/nushell/pull/17311))

0 commit comments

Comments
 (0)