Replace grave accent with acute accent

This commit is contained in:
a3d4
2020-07-21 00:18:47 +02:00
parent e7f26c2320
commit ecdfef1b30
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1306,7 +1306,7 @@ bool TypeChecker::visit(VariableDeclarationStatement const& _statement)
1719_error,
_statement.location(),
"Use of the \"var\" keyword is disallowed. "
"Use explicit declaration `" + createTupleDecl(variables) + " = ...´ instead."
"Use explicit declaration `" + createTupleDecl(variables) + " = ...` instead."
);
}