Skip to content

Commit 1360bf9

Browse files
author
fires3as0n
authored
Update article.md
fixed a typo
1 parent ebc2d62 commit 1360bf9

File tree

1 file changed

+1
-1
lines changed
  • 1-js/12-generators-iterators/2-async-iterators-generators

1 file changed

+1
-1
lines changed

1-js/12-generators-iterators/2-async-iterators-generators/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let range = {
2121
[Symbol.iterator]() {
2222
*/!*
2323
// ...it returns the iterator object:
24-
// onward, for await..of works only with that object,
24+
// onward, for..of works only with that object,
2525
// asking it for next values using next()
2626
return {
2727
current: this.from,

0 commit comments

Comments
 (0)