Skip to content

Commit

Permalink
Merge pull request #1271 from brismuth/master
Browse files Browse the repository at this point in the history
Adding closing parenthesis to parallel example.
  • Loading branch information
aearly committed Aug 25, 2016
2 parents ff65da5 + c7f69e9 commit f15420b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro.md
Expand Up @@ -45,7 +45,7 @@ async.parallel([
function(callback){ ... }
], function(err, results) {
// optional callback
};
});

async.series([
function(callback){ ... },
Expand Down

0 comments on commit f15420b

Please sign in to comment.