Remove redundant article
This commit is contained in:
parent
f30e0d4722
commit
a72ced0dc6
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ No problem, just prepend it with `async`, like this:
|
|||
})();
|
||||
```
|
||||
|
||||
Now we have an the async generator, iterable with `for await...of`.
|
||||
Now we have the async generator, iterable with `for await...of`.
|
||||
|
||||
It's indeed very simple. We add the `async` keyword, and the generator now can use `await` inside of it, rely on promises and other async functions.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue