diff --git a/doc/syntax-reference.md b/doc/syntax-reference.md index f98c2cc1..89c2c806 100644 --- a/doc/syntax-reference.md +++ b/doc/syntax-reference.md @@ -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: