Skip to content

Commit

Permalink
[doc] Add all documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
warlock committed Nov 2, 2017
1 parent 47d1096 commit f8350c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ sb.for(1, 10, 2, (index, next, end) => {
-> [ 1, 3, 5, 7, 9, 11 ]
```

**snc.all(array, callback(element, done))**
**sb.all(array, callback(element, done))**

Execute all elements in array in parallel. And get all responses in order.

Expand Down

0 comments on commit f8350c9

Please sign in to comment.