fix range formatting error message typo (#7823)

This commit is contained in:
Austin L Wolfgram 2023-08-04 04:33:30 -04:00 committed by GitHub
parent bc737404e8
commit 5535ba8b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
};