mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
fix range formatting error message typo (#7823)
This commit is contained in:
parent
bc737404e8
commit
5535ba8b7d
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user