We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0317836 commit 212f8d9Copy full SHA for 212f8d9
readme.md
@@ -67,8 +67,7 @@ Otherwise the same as [`unist-util-visit-parents`][vp].
67
* [`unist-util-map`](https://github.com/syntax-tree/unist-util-map)
68
— Create a new tree with all nodes mapped by a given function
69
* [`unist-util-flatmap`](https://gitlab.com/staltz/unist-util-flatmap)
70
- — Create a new tree by mapping (to an array) with the provided function and
71
- then flattening
+ — Create a new tree by mapping (to an array) with the given function
72
* [`unist-util-remove`](https://github.com/syntax-tree/unist-util-remove)
73
— Remove nodes from a tree that pass a test
74
* [`unist-util-select`](https://github.com/syntax-tree/unist-util-select)
0 commit comments