Skip to content

Commit 039b6b3

Browse files
authored
Fix typo of syntactic in syntax-reference.md (#497)
1 parent 5137258 commit 039b6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/syntax-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Array = "[" "]" -- empty
275275
Elements = Element ("," Element)*
276276
```
277277

278-
`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:
278+
`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:
279279

280280
<!-- @markscript
281281
let lexicalDefs;

0 commit comments

Comments
 (0)