From daaeeaf5fe28c7bce232caba8403394f9496450a Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Fri, 26 Mar 2021 22:30:28 -0700 Subject: [PATCH] Remove unnecessary * in documentation --- docs/api/locations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/locations.md b/docs/api/locations.md index 4f5fabaaf..9277f2d12 100644 --- a/docs/api/locations.md +++ b/docs/api/locations.md @@ -27,7 +27,7 @@ type Path = number[] ###### `ancestors(path: Path, options: { reverse?: boolean } = {}): Path[]` Get a list of ancestor paths for a given path. - * + The paths are sorted from deepest to shallowest ancestor. However, if the `reverse: true` option is passed, they are reversed.