Skip to content

Commit

Permalink
README typo (missing space)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmar777 committed May 24, 2013
1 parent c1373fb commit 31dc209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -146,7 +146,7 @@ async.map(['file1','file2','file3'], fs.stat, function(err, results){
// results is now an array of stats for each file
});
//async with suspend
// async with suspend
var res = yield async.map(['file1','file2','file3'], fs.stat, resume);
```

Expand Down

0 comments on commit 31dc209

Please sign in to comment.