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 GitHub
parent e7d2b26966
commit c323789721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,7 +221,7 @@ dependency tree.
## 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
>