Merge pull request #1670 from AleoHQ/abnf-doc-fix

[ABNF] Update some documentation.
This commit is contained in:
Collin Chin 2022-03-09 13:18:19 -08:00 committed by GitHub
commit 9151188803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -328,7 +328,7 @@ and therefore we have rules like
```
unary-expression = primary-expression
unary-expression = postfix-expression
/ "!" unary-expression
/ "-" unary-expression
```

View File

@ -263,7 +263,7 @@
; the relative precedence and the associativity of expression operators,
; and therefore we have rules like
;
; unary-expression = primary-expression
; unary-expression = postfix-expression
; / "!" unary-expression
; / "-" unary-expression
;