Skip to content

Commit

Permalink
Merge pull request #628 from AVVS/patch-1
Browse files Browse the repository at this point in the history
Update `applyEachSeries` function signature
  • Loading branch information
aearly committed May 19, 2015
2 parents 5bd68d3 + 0d2f150 commit 8a7fb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ async.each(
---------------------------------------

<a name="applyEachSeries" />
### applyEachSeries(arr, iterator, callback)
### applyEachSeries(arr, args..., callback)

The same as [`applyEach`](#applyEach) only the functions are applied in series.

Expand Down

0 comments on commit 8a7fb2b

Please sign in to comment.