Skip to content

Commit

Permalink
Merge pull request #790 from perrin4869/master
Browse files Browse the repository at this point in the history
Fix timesSeries documentation.  Fixes #789
  • Loading branch information
aearly committed Jun 14, 2015
2 parents c52520a + fd232fc commit 9939951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1646,8 +1646,8 @@ async.times(5, function(n, next){
<a name="timesSeries" />
### timesSeries(n, iterator, [callback])
The same as [`times`](#times), only the iterator is applied to each item in `arr` in
series. The next `iterator` is only called once the current one has completed.
The same as [`times`](#times), only the iterator is applied in series.
The next `iterator` is only called once the current one has completed.
The results array will be in the same order as the original.
<a name="timesLimit" />
Expand Down

0 comments on commit 9939951

Please sign in to comment.