token.md: Fix documentation of Token.ancestors (#10917)

This commit is contained in:
Ilya Nikitin 2022-06-06 08:32:36 +03:00 committed by Paul O'Leary McCann
parent 21b2c3ebdb
commit 1ff0c695d4

View File

@ -221,7 +221,7 @@ dependency tree.
## Token.ancestors {#ancestors tag="property" model="parser"} ## Token.ancestors {#ancestors tag="property" model="parser"}
The rightmost token of this token's syntactic descendants. A sequence of the token's syntactic ancestors (parents, grandparents, etc).
> #### Example > #### Example
> >