From 6b364e7d54a3550c069b4ce207139d753b4e565e Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Sat, 18 Oct 2025 15:40:26 +0200 Subject: [PATCH] Fix wording in v108 release notes --- 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 eb0cbaa4bc9..492a95c0154 100644 --- a/blog/2025-10-15-nushell_v0_108_0.md +++ b/blog/2025-10-15-nushell_v0_108_0.md @@ -1127,7 +1127,7 @@ The following commands will no longer raise ir-eval errors: ### Dotnu completion refactor, fixes path with space for both dotnu module path and external executable ([#16715]) [[toc](#table-of-contents)] -Module path completion for command `use`/`source` now behaviors in the same manner of basic file completion, which is less error prone when dealing with paths with spaces or other special characters. +Module path completion for commands `use`/`source` now behaves in the same manner as basic file completion, which is less error-prone when dealing with paths with spaces or other special characters. Fixed the bug of empty result of external executable path completion at the head of a pipeline when the path prefix contains spaces.