From 2384234aeaa9e8bb337b7887ce80a95985865fde Mon Sep 17 00:00:00 2001 From: Jamie Date: Fri, 20 Jul 2018 16:58:50 -0700 Subject: [PATCH] Fix rules docs --- docs/section-3-creating-parsers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(