We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebc2d62 + 1360bf9 commit 2b5c975Copy full SHA for 2b5c975
1-js/12-generators-iterators/2-async-iterators-generators/article.md
@@ -21,7 +21,7 @@ let range = {
21
[Symbol.iterator]() {
22
*/!*
23
// ...it returns the iterator object:
24
- // onward, for await..of works only with that object,
+ // onward, for..of works only with that object,
25
// asking it for next values using next()
26
return {
27
current: this.from,
0 commit comments