File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -627,9 +627,9 @@ __Arguments__
627
627
* ` iterator(item, callback)` - A truth test to apply to each item in the array
628
628
in parallel . The iterator is passed a ` callback(truthValue)` which must be
629
629
called with a boolean argument once it has completed.
630
- * ` callback(result)` - * Optional* A callback which is called after all the ` iterator`
631
- functions have finished . Result will be either ` true ` or ` false ` depending on
632
- the values of the async tests.
630
+ * ` callback(result)` - * Optional* A callback which is called as soon as any iterator returns
631
+ ` true ` , or after all the iterator functions have finished . Result will be
632
+ either ` true ` or ` false ` depending on the values of the async tests.
633
633
634
634
** Note: the callbacks do not take an error as their first argument.**
635
635
You can’t perform that action at this time.
0 commit comments