[Pkg-javascript-commits] [node-async] 208/480: Fix typo in documentation
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit c11ce52d024c060094305530bc56e8757856d695
Author: Feross Aboukhadijeh <feross at feross.org>
Date: Sat Aug 18 04:52:55 2012 -0700
Fix typo in documentation
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 02b223f..ce3a354 100644
--- a/README.md
+++ b/README.md
@@ -278,7 +278,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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list