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.
unist-util-filter
1 parent 6f7a71f commit 4ee10cfCopy full SHA for 4ee10cf
readme.md
@@ -145,8 +145,7 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
145
* [`unist-util-assert`](https://github.com/wooorm/unist-util-assert)
146
— Assert Unist nodes;
147
* [`unist-util-filter`](https://github.com/eush77/unist-util-filter)
148
- — Create a new Unist tree with all nodes that pass the test
149
- implemented by the provided function;
+ — Create a new tree with all nodes that pass the given function;
150
* [`unist-util-find`](https://github.com/blahah/unist-util-find)
151
— Find a node by condition;
152
* [`unist-util-find-after`](https://github.com/wooorm/unist-util-find-after)
0 commit comments