Update article.md

This commit is contained in:
Ilya Kantor 2017-07-14 09:19:06 +03:00 committed by GitHub
parent 80507cf04a
commit b540d85014

View file

@ -24,7 +24,7 @@ async function f() {
f().then(alert); // 1 f().then(alert); // 1
``` ```
...We can explicitly return a promise, that would be the same: ...We could explicitly return a promise, that would be the same:
```js run ```js run
async function f() { async function f() {