Skip to content

Commit 08a21ac

Browse files
authored
Update article.md
don't know if is the word you would choose but there's a missing word there I think...
1 parent 16cfa30 commit 08a21ac

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/13-generators

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/13-generators/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ for(let value of generator) {
136136
}
137137
```
138138

139-
Naturally, as generators are iterable, we can all related functionality, e.g. the spread operator `...`:
139+
Naturally, as generators are iterable, we can call all related functionality, e.g. the spread operator `...`:
140140

141141
```js run
142142
function* generateSequence() {

0 commit comments

Comments
 (0)