summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.