diff options
author | Caolan McMahon <caolan@caolanmcmahon.com> | 2013-01-31 05:31:21 -0800 |
---|---|---|
committer | Caolan McMahon <caolan@caolanmcmahon.com> | 2013-01-31 05:31:21 -0800 |
commit | afa5fd3ff31089b0975316483e31f813fb071a19 (patch) | |
tree | 170908a973bfaad2ac98e82340feb6ebcb2b84e7 /README.md | |
parent | bee45ddd8655de34befb7d5ae3bc665b42666c25 (diff) | |
parent | c11ce52d024c060094305530bc56e8757856d695 (diff) | |
download | async-afa5fd3ff31089b0975316483e31f813fb071a19.tar.gz |
Merge pull request #171 from feross/patch-1
Fix typo in documentation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |