Skip to content

Commit

Permalink
fix range formatting error message typo (helix-editor#7823)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotstrip authored and dgkf committed Jan 30, 2024
1 parent 3f17c94 commit 53960e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 53960e8

Please sign in to comment.