summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolan McMahon <caolan@caolanmcmahon.com>2013-01-31 05:31:21 -0800
committerCaolan McMahon <caolan@caolanmcmahon.com>2013-01-31 05:31:21 -0800
commitafa5fd3ff31089b0975316483e31f813fb071a19 (patch)
tree170908a973bfaad2ac98e82340feb6ebcb2b84e7
parentbee45ddd8655de34befb7d5ae3bc665b42666c25 (diff)
parentc11ce52d024c060094305530bc56e8757856d695 (diff)
downloadasync-afa5fd3ff31089b0975316483e31f813fb071a19.tar.gz
Merge pull request #171 from feross/patch-1
Fix typo in documentation
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1950d0b..40b1c0f 100644
--- a/README.md
+++ b/README.md
@@ -310,7 +310,7 @@ The opposite of filter. Removes values that pass an async truth test.
<a name="rejectSeries" />
### rejectSeries(arr, iterator, callback)
-The same as filter, only the iterator is applied to each item in the array
+The same as reject, only the iterator is applied to each item in the array
in series.