Skip to content

Commit 2b5c975

Browse files
authored
Merge pull request #1367 from fires3as0n/patch-1
Fixed a typo in "Async iterators and generators"
2 parents ebc2d62 + 1360bf9 commit 2b5c975

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)