From b42b873564546c5838f7acba0afa2722b0f033b4 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Fri, 23 Oct 2020 15:11:17 -0400 Subject: [PATCH] Update docs/section-2-using-parsers.md Co-authored-by: Max Brunsfeld --- docs/section-2-using-parsers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/section-2-using-parsers.md b/docs/section-2-using-parsers.md index e73dee55..3b2f282a 100644 --- a/docs/section-2-using-parsers.md +++ b/docs/section-2-using-parsers.md @@ -613,7 +613,7 @@ Finally, an anchor _between_ two child patterns will cause the patterns to only (identifier) @next-id) ``` -Were the anchor elided, non-consecutive pairs like `a, c` and `b, d` would be matched. +Without the anchor, non-consecutive pairs like `a, c` and `b, d` would also be matched. The restrictions placed on a pattern by an anchor operator ignore anonymous nodes.