summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2016-04-07 13:54:24 -0700
committerAlexander Early <alexander.early@gmail.com>2016-04-07 13:54:24 -0700
commitb73480d50f0cad4f037cf2897a89fc46ffe2e01f (patch)
treef18a403b92abe34d4d09713848e0ed9d08b06d89
parentd77e19a59a9aac088cae964507cd56f743ccc834 (diff)
downloadasync-b73480d50f0cad4f037cf2897a89fc46ffe2e01f.tar.gz
Clarify what applyEach accepts. Closes #1087
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0d66889..f825c99 100644
--- a/README.md
+++ b/README.md
@@ -1195,7 +1195,7 @@ arguments as if it were a single function call.
__Arguments__
-* `fns` - the asynchronous functions to all call with the same arguments
+* `fns` - A collection of asynchronous functions to all call with the same arguments
* `args...` - any number of separate arguments to pass to the function
* `callback` - the final argument should be the callback, called when all
functions have completed processing