Skip to content

Commit 2623542

Browse files
committed
Fix doc
1 parent 8717565 commit 2623542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ You will be able to change direction in the future versions of the library.
212212
var result = test.some(callback);
213213
```
214214

215-
- `callback**: Function to test each node of the tree. Node passes the test if this function returns `true` value (or value that can be interpreted as `true`). Otherwise node failes, and traversing is interrupted. It has following arguments:
215+
- `callback`: Function to test each node of the tree. Node passes the test if this function returns `true` value (or value that can be interpreted as `true`). Otherwise node failes, and traversing is interrupted. It has following arguments:
216216
- `value`: Value of the current node.
217217
- `key`: Key of the current node.
218218
- `tree`: Tree is being processed.

0 commit comments

Comments
 (0)