Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Aug 2, 2023
1 parent 662ff42 commit 839d5c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion async/any-by/lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ var factory = require( './factory.js' );
* - If a predicate function calls the provided callback with a truthy error argument, the function suspends execution and immediately calls the `done` callback for subsequent error handling.
* - This function does **not** guarantee that execution is asynchronous. To do so, wrap the `done` callback in a function which either executes at the end of the current stack (e.g., `nextTick`) or during a subsequent turn of the event loop (e.g., `setImmediate`, `setTimeout`).
*
*
* @param {Collection} collection - input collection
* @param {Options} [options] - function options
* @param {*} [options.thisArg] - execution context
Expand Down

0 comments on commit 839d5c9

Please sign in to comment.