Skip to content

Commit

Permalink
Fixed missing close apostrophe in GRAMMAR.md (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
SOF3 authored May 15, 2021
1 parent 533db67 commit b26cb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GRAMMAR.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ variadic : '*' parameter
| '+' parameter
dependency : NAME
| '(' NAME expression* ')
| '(' NAME expression* ')'
body : INDENT line+ DEDENT
Expand Down

0 comments on commit b26cb89

Please sign in to comment.