Skip to content

Commit bb21b4a

Browse files
committed
Merge pull request caolan#846 from tjwudi/patch-1
Fix missing comma
2 parents 7457aa2 + 957a423 commit bb21b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ async.some(['file1','file2','file3'], fs.exists, function(result){
609609
---------------------------------------
610610

611611
<a name="someLimit" />
612-
### someLimit(arr, limit iterator, callback)
612+
### someLimit(arr, limit, iterator, callback)
613613

614614
__Alias:__ `anyLimit`
615615

0 commit comments

Comments
 (0)