Skip to content

Commit

Permalink
Update applyEachSeries function signature
Browse files Browse the repository at this point in the history
to match `applyEach` so it's not confusing what it does
  • Loading branch information
AVVS committed Sep 18, 2014
1 parent 2321212 commit 0d2f150
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 @@ -1047,7 +1047,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 0d2f150

Please sign in to comment.