Skip to content

Commit a242318

Browse files
authored
Merge pull request ruanyf#434 from RookieDay/gh-pages
fix: add parentheses
2 parents 2bb8556 + 90b2a20 commit a242318

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)