Skip to content

Commit 4ee10cf

Browse files
committed
Simplify unist-util-filter description
1 parent 6f7a71f commit 4ee10cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
145145
* [`unist-util-assert`](https://github.com/wooorm/unist-util-assert)
146146
— Assert Unist nodes;
147147
* [`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;
148+
— Create a new tree with all nodes that pass the given function;
150149
* [`unist-util-find`](https://github.com/blahah/unist-util-find)
151150
— Find a node by condition;
152151
* [`unist-util-find-after`](https://github.com/wooorm/unist-util-find-after)

0 commit comments

Comments
 (0)