summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <aearly@fluid.com>2015-05-20 16:22:35 -0700
committerAlexander Early <aearly@fluid.com>2015-05-20 16:22:35 -0700
commit29e7141e85c3d4029a5ce09402ff369d4419bbbf (patch)
treeb4d63fd40995bd90773458a870b7e7e0fd58edb6
parent91f6fb305f860086fbb388c7ae7665eea39fde74 (diff)
downloadasync-29e7141e85c3d4029a5ce09402ff369d4419bbbf.tar.gz
change pronoun. Fixes #729
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cc55da2..7e5e15f 100644
--- a/README.md
+++ b/README.md
@@ -358,7 +358,7 @@ Like [`forEachOf`](#forEachOf), except the number of `iterator`s running at a gi
Produces a new array of values by mapping each value in `arr` through
the `iterator` function. The `iterator` is called with an item from `arr` and a
callback for when it has finished processing. Each of these callback takes 2 arguments:
-an `error`, and the transformed item from `arr`. If `iterator` passes an error to his
+an `error`, and the transformed item from `arr`. If `iterator` passes an error to its
callback, the main `callback` (for the `map` function) is immediately called with the error.
Note, that since this function applies the `iterator` to each item in parallel,