mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-02 19:52:32 +02:00
Remove unnecessary * in documentation
This commit is contained in:
@@ -27,7 +27,7 @@ type Path = number[]
|
|||||||
###### `ancestors(path: Path, options: { reverse?: boolean } = {}): Path[]`
|
###### `ancestors(path: Path, options: { reverse?: boolean } = {}): Path[]`
|
||||||
|
|
||||||
Get a list of ancestor paths for a given path.
|
Get a list of ancestor paths for a given path.
|
||||||
*
|
|
||||||
The paths are sorted from deepest to shallowest ancestor. However, if the
|
The paths are sorted from deepest to shallowest ancestor. However, if the
|
||||||
`reverse: true` option is passed, they are reversed.
|
`reverse: true` option is passed, they are reversed.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user