updated spelling of "INTERGER" to "INTEGER" in Constant values explanation

master
Chris Kerwell Gresla 2022-11-03 13:35:50 -05:00
parent 63534e0116
commit 62840e2a7b
1 changed files with 1 additions and 1 deletions

@ -133,7 +133,7 @@ SingleExpr = TermExpr | CompareExpr;
TermExpr = IDENTIFIER "in" ConstantArray;
Constant = INTERGER | FLOAT
Constant = INTEGER | FLOAT
ConstantExpr = Constant
| ConstantExpr BinaryArithOp ConstantExpr