Skip to content

Commit 48ce82c

Browse files
committed
removed extraneous comment from waterfall error example
1 parent 48d8500 commit 48ce82c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

2013-02-03-assignment.md

-2
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ waterfall([
194194
callback(null, foo + 'bar');
195195
}
196196
], function (err, result) {
197-
// usually it is not idiomatic to return multiple result parameters;
198-
// however, we want to show that it is possible
199197
console.log(err, result); // > "oh nooooez" undefined
200198
});
201199
```

0 commit comments

Comments
 (0)