Sema: replace backticks with single quotes

Most error messages already use single quotes for everything
so this makes the remaining ones consistent.
This commit is contained in:
Veikka Tuominen
2023-01-27 16:04:58 +02:00
parent a9785fe8ee
commit fe4ea31f7e
10 changed files with 17 additions and 17 deletions

View File

@@ -10,4 +10,4 @@ fn foo() !void {
// target=native
//
// :2:12: error: error is discarded
// :2:12: note: consider using `try`, `catch`, or `if`
// :2:12: note: consider using 'try', 'catch', or 'if'