Skip to content

Commit bec7821

Browse files
authored
Typo fix
1 parent 9869922 commit bec7821

File tree

1 file changed

+1
-1
lines changed
  • 1-js/12-generators-iterators/1-generators/01-pseudo-random-generator

1 file changed

+1
-1
lines changed

1-js/12-generators-iterators/1-generators/01-pseudo-random-generator/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ alert(generator()); // 282475249
3535
alert(generator()); // 1622650073
3636
```
3737

38-
That also works. But then we loose ability to iterate with `for..of` and to use generator composition, that may be useful elsewhere.
38+
That also works. But then we lose ability to iterate with `for..of` and to use generator composition, that may be useful elsewhere.

0 commit comments

Comments
 (0)