fix typo
This commit is contained in:
parent
d84f2a944c
commit
d6532715bd
@ -542,7 +542,7 @@ void obelisk::Parser::parseRule(obelisk::Rule& rule)
|
||||
|
||||
if (rightEntity == "")
|
||||
{
|
||||
throw obelisk::ParserException("missing left entity");
|
||||
throw obelisk::ParserException("missing right entity");
|
||||
}
|
||||
|
||||
if (verb == "")
|
||||
|
Loading…
Reference in New Issue
Block a user