We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
callbacks
lib/map.js
1 parent b1b69b0 commit fc9ba65Copy full SHA for fc9ba65
lib/map.js
@@ -5,7 +5,7 @@ import awaitify from './internal/awaitify'
5
/**
6
* Produces a new collection of values by mapping each value in `coll` through
7
* the `iteratee` function. The `iteratee` is called with an item from `coll`
8
- * and a callback for when it has finished processing. Each of these callback
+ * and a callback for when it has finished processing. Each of these callbacks
9
* takes 2 arguments: an `error`, and the transformed item from `coll`. If
10
* `iteratee` passes an error to its callback, the main `callback` (for the
11
* `map` function) is immediately called with the error.
0 commit comments