Skip to content

Commit fc9ba65

Browse files
authored
Fix(docs): use plural callbacks word in lib/map.js (#1765)
1 parent b1b69b0 commit fc9ba65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/map.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import awaitify from './internal/awaitify'
55
/**
66
* Produces a new collection of values by mapping each value in `coll` through
77
* 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
8+
* and a callback for when it has finished processing. Each of these callbacks
99
* takes 2 arguments: an `error`, and the transformed item from `coll`. If
1010
* `iteratee` passes an error to its callback, the main `callback` (for the
1111
* `map` function) is immediately called with the error.

0 commit comments

Comments
 (0)