diff --git a/docs/section-3-creating-parsers.md b/docs/section-3-creating-parsers.md index fb467fe7..ae89948d 100644 --- a/docs/section-3-creating-parsers.md +++ b/docs/section-3-creating-parsers.md @@ -61,7 +61,7 @@ Although languages have very different constructs, their constructs can often be { // ... - rules: $ => { + rules: { source_file: $ => repeat($._definition), _definition: $ => choice(