Update article.md

don't know if is the word you would choose but there's a missing word there I think...
This commit is contained in:
Mau Di Bert 2019-03-06 18:33:48 -03:00 committed by GitHub
parent 16cfa3037b
commit 08a21acbdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ for(let value of generator) {
} }
``` ```
Naturally, as generators are iterable, we can all related functionality, e.g. the spread operator `...`: Naturally, as generators are iterable, we can call all related functionality, e.g. the spread operator `...`:
```js run ```js run
function* generateSequence() { function* generateSequence() {