Skip to content

Commit f15420b

Browse files
authored
Merge pull request #1271 from brismuth/master
Adding closing parenthesis to parallel example.
2 parents ff65da5 + c7f69e9 commit f15420b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async.parallel([
4545
function(callback){ ... }
4646
], function(err, results) {
4747
// optional callback
48-
};
48+
});
4949

5050
async.series([
5151
function(callback){ ... },

0 commit comments

Comments
 (0)