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 89fadb7 commit 6f397f2Copy full SHA for 6f397f2
readme.md
@@ -89,8 +89,7 @@ Invoke the bound [`modifier`][modifier] for each child in `parent`
89
* [`unist-util-map`](https://github.com/syntax-tree/unist-util-map)
90
— Create a new tree with all nodes mapped by a given function
91
* [`unist-util-flatmap`](https://gitlab.com/staltz/unist-util-flatmap)
92
- — Create a new tree by mapping (to an array) with the provided function and
93
- then flattening
+ — Create a new tree by mapping (to an array) with the given function
94
* [`unist-util-find-after`](https://github.com/syntax-tree/unist-util-find-after)
95
— Find a node after another node
96
* [`unist-util-find-before`](https://github.com/syntax-tree/unist-util-find-before)
0 commit comments