Skip to content

Commit

Permalink
Fix typo of syntactic in syntax-reference.md (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmengo authored Feb 11, 2025
1 parent 5137258 commit 039b6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/syntax-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Array = "[" "]" -- empty
Elements = Element ("," Element)*
```

`Array` and `Elements` are both synactic rules, since their names begin with a capital letter. Here's what a lexical version of these rule would look like, with _explicit_ space skipping:
`Array` and `Elements` are both syntactic rules, since their names begin with a capital letter. Here's what a lexical version of these rule would look like, with _explicit_ space skipping:

<!-- @markscript
let lexicalDefs;
Expand Down

0 comments on commit 039b6b3

Please sign in to comment.