diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 83b8353..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-08-01T04:13:46.681Z diff --git a/lib/main.js b/lib/main.js index 7359518..b811db3 100644 --- a/lib/main.js +++ b/lib/main.js @@ -35,7 +35,6 @@ var format = require( '@stdlib/string-format' ); * - The condition is evaluated **after** executing the function to invoke; thus, the provided function **always** executes at least once. * - If provided an empty collection, the function invokes the provided function with the collection index set to `undefined`. * -* * @param {Collection} collection - input collection * @param {Function} fcn - function to invoke * @param {Function} predicate - function which indicates whether to stop iterating over a collection