mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Replace "doesn't" with "does not" in error message
This commit is contained in:
@@ -1336,7 +1336,7 @@ bool TypeChecker::visit(Conditional const& _conditional)
|
||||
_conditional.location(),
|
||||
"True expression's type " +
|
||||
trueType->toString() +
|
||||
" doesn't match false expression's type " +
|
||||
" does not match false expression's type " +
|
||||
falseType->toString() +
|
||||
"."
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user