This commit is contained in:
Chris Cromer 2023-02-23 01:06:29 -03:00
parent d84f2a944c
commit d6532715bd
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 1 additions and 1 deletions

View File

@ -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 == "")