Util: Fix comma placement in error message
This commit is contained in:
@@ -389,7 +389,7 @@ Value Parser::getObject()
|
||||
break;
|
||||
}
|
||||
if (token.type != Token::Type::String) {
|
||||
reportError(token, "expecting string, or '}' not '" + token.symbol + "'");
|
||||
reportError(token, "expecting string or '}', not '" + token.symbol + "'");
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user