From d6532715bd15cad1541faf350cb48879636b8c24 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Thu, 23 Feb 2023 01:06:29 -0300 Subject: [PATCH] fix typo --- src/parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser.cpp b/src/parser.cpp index 952cdc0..e5657db 100644 --- a/src/parser.cpp +++ b/src/parser.cpp @@ -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 == "")