From 2d0a9492362e47c51f389d586a43c81328be4670 Mon Sep 17 00:00:00 2001 From: Trevor Spiteri Date: Thu, 14 May 2020 01:06:07 +0200 Subject: Use back ticks instead of single quotes around code --- crates/ra_syntax/src/validation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_syntax/src') diff --git a/crates/ra_syntax/src/validation.rs b/crates/ra_syntax/src/validation.rs index e075cd801..d68cf0a82 100644 --- a/crates/ra_syntax/src/validation.rs +++ b/crates/ra_syntax/src/validation.rs @@ -54,7 +54,7 @@ fn rustc_unescape_error_to_string(err: unescape::EscapeError) -> &'static str { "Unicode escape must not be empty" } EE::UnclosedUnicodeEscape => { - "Missing '}' to terminate the unicode escape" + "Missing `}` to terminate the unicode escape" } EE::LeadingUnderscoreUnicodeEscape => { "Unicode escape code must not begin with an underscore" -- cgit v1.2.3