Update article.md

fixed a typo
This commit is contained in:
fires3as0n 2019-09-22 10:59:04 +03:00 committed by GitHub
parent ebc2d62b15
commit 1360bf91db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ let range = {
[Symbol.iterator]() {
*/!*
// ...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()
return {
current: this.from,