Skip to content

Commit

Permalink
fix range formatting error message typo (#7823)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotstrip authored Aug 4, 2023
1 parent bc73740 commit 5535ba8
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 5535ba8

Please sign in to comment.