Skip to content

Commit c2d5bb2

Browse files
committed
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
2 parents 66bd7c1 + a242318 commit c2d5bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ async function myFunction() {
373373
await somethingThatReturnsAPromise()
374374
.catch(function (err) {
375375
console.log(err);
376-
};
376+
});
377377
}
378378
```
379379

0 commit comments

Comments
 (0)