diff --git a/async/any-by/lib/main.js b/async/any-by/lib/main.js index a4779e1f..83119b7e 100644 --- a/async/any-by/lib/main.js +++ b/async/any-by/lib/main.js @@ -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