Update article.md
fixed a typo
This commit is contained in:
parent
ebc2d62b15
commit
1360bf91db
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ let range = {
|
||||||
[Symbol.iterator]() {
|
[Symbol.iterator]() {
|
||||||
*/!*
|
*/!*
|
||||||
// ...it returns the iterator object:
|
// ...it returns the iterator object:
|
||||||
// onward, for await..of works only with that object,
|
// onward, for..of works only with that object,
|
||||||
// asking it for next values using next()
|
// asking it for next values using next()
|
||||||
return {
|
return {
|
||||||
current: this.from,
|
current: this.from,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue