From 0d2f15046f96e66707a6ba5c3c60a9a8df510e14 Mon Sep 17 00:00:00 2001 From: Vitaly Aminev Date: Thu, 18 Sep 2014 21:16:05 +0400 Subject: [PATCH] Update `applyEachSeries` function signature to match `applyEach` so it's not confusing what it does --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f4e98c03..4983906d1 100644 --- a/README.md +++ b/README.md @@ -1047,7 +1047,7 @@ async.each( --------------------------------------- -### applyEachSeries(arr, iterator, callback) +### applyEachSeries(arr, args..., callback) The same as [`applyEach`](#applyEach) only the functions are applied in series.