diff options
Diffstat (limited to 'helix-term/src/commands.rs')
-rw-r--r-- | helix-term/src/commands.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs index 7fb17ed8..e0622559 100644 --- a/helix-term/src/commands.rs +++ b/helix-term/src/commands.rs @@ -4178,7 +4178,7 @@ fn format_selections(cx: &mut Context) { }) else { cx.editor - .set_error("No configured language server does not support range formatting"); + .set_error("No configured language server supports range formatting"); return; }; |