From 1749a5d672673cda78e6dd02baac7bec76eee335 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Fri, 23 Oct 2020 15:11:53 -0400 Subject: [PATCH] Shorter wording. --- 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 7166c776..75c508f5 100644 --- a/docs/section-2-using-parsers.md +++ b/docs/section-2-using-parsers.md @@ -586,7 +586,7 @@ For example, this pattern would match any node inside a call: ``` -#### Anchor Nodes +#### Anchors The anchor operator, `.`, is used to constrain the ways in which child patterns are matched. It has different behaviors depending on where it's placed inside a query.