1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 19:01:54 +02:00

Remove unnecessary * in documentation

This commit is contained in:
Sunny Hirai
2021-03-26 22:30:28 -07:00
parent 2632fd18b4
commit daaeeaf5fe

View File

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