mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Replace grave accent with acute accent
This commit is contained in:
@@ -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."
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user