Spelling and grammar fixes to generators and modules
This commit is contained in:
parent
e1c0d6235b
commit
3e2e8c7e23
2 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ That's natural, as it expects to find `Symbol.iterator`, same as `for..of` witho
|
|||
|
||||
## Async generators
|
||||
|
||||
As we already know, JavaScript also supprots generators, and they are iterable.
|
||||
As we already know, JavaScript also supports generators, and they are iterable.
|
||||
|
||||
Let's recall a sequence generator from the chapter [](info:generators). It generates a sequence of values from `start` to `end`:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue