Skip to content

Commit d01e747

Browse files
committed
Auto-generated commit
1 parent 6909980 commit d01e747

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ var format = require( '@stdlib/string-format' );
3535
* - The condition is evaluated **after** executing the function to invoke; thus, the provided function **always** executes at least once.
3636
* - If provided an empty collection, the function invokes the provided function with the collection index set to `undefined`.
3737
*
38-
*
3938
* @param {Collection} collection - input collection
4039
* @param {Function} fcn - function to invoke
4140
* @param {Function} predicate - function which indicates whether to continue iterating over a collection

0 commit comments

Comments
 (0)