Shorter wording.

This commit is contained in:
Patrick Thomson 2020-10-23 15:11:53 -04:00
parent 4d8cdc2f36
commit 1749a5d672

View file

@ -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.