DOCS: Fix some inaccuracies in the grammar.

This commit is contained in:
Jeremy Wall 2019-01-06 14:30:25 -06:00
parent dbadfa1c4c
commit f219b320f2

View File

@ -174,7 +174,7 @@ Operator expressions have a defined precedence order for evaluation:
### Any Expression ### Any Expression
``` ```
expr: operator_expression | non_operator_expression ; expr: binary_expr | non_operator_expr ;
``` ```
## Statements ## Statements