fix range formatting error message typo (#7823)

main
Austin L Wolfgram 9 months ago committed by GitHub
parent bc737404e8
commit 5535ba8b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save