Typo fix
This commit is contained in:
parent
9869922dbf
commit
bec7821d96
1 changed files with 1 additions and 1 deletions
|
@ -35,4 +35,4 @@ alert(generator()); // 282475249
|
|||
alert(generator()); // 1622650073
|
||||
```
|
||||
|
||||
That also works. But then we loose ability to iterate with `for..of` and to use generator composition, that may be useful elsewhere.
|
||||
That also works. But then we lose ability to iterate with `for..of` and to use generator composition, that may be useful elsewhere.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue