From cecea097275f294d46c69157bdde00407cc0d850 Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Sat, 24 Jan 2026 22:29:07 +0100 Subject: [PATCH] Fix typo in `rm` behavior change description --- 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..20d17e42c3b 100644 --- a/blog/2026-01-17-nushell_v0_110_0.md +++ b/blog/2026-01-17-nushell_v0_110_0.md @@ -690,7 +690,7 @@ Previously, `bar` would be available to use even after `overlay hide spam`. This - `format date` can see locale environment variables set by `with-env` ([#17333](https://github.com/nushell/nushell/pull/17333)) - Changes to `$env.config` outside of `config.nu` are reflected in more places ([17058](https://github.com/nushell/nushell/pull/17058)) - Multiplying duration by integers now throws an error on overflow ([#17063](https://github.com/nushell/nushell/pull/17063)) -- rm command will return error when there is one file is failed to remove. ([#17237](https://github.com/nushell/nushell/pull/17237)) +- rm command will return error when there is one file it failed to remove. ([#17237](https://github.com/nushell/nushell/pull/17237)) - 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)) - `glob` no longer canonicalizes paths internally ([#17312](https://github.com/nushell/nushell/pull/17312)) - 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))