Skip to content

Commit 438bbad

Browse files
committed
grammars: nit
1 parent de0fd3f commit 438bbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/grammar-parser.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ namespace grammar_parser {
9898
pos++;
9999
}
100100
if (pos == src) {
101-
throw std::runtime_error(std::string("expecting name at ") + src);
101+
throw std::runtime_error(std::string("expecting integer at ") + src);
102102
}
103103
return pos;
104104
}

0 commit comments

Comments
 (0)