Skip to content

Commit b18719a

Browse files
authored
Merge pull request #833 from maurodibert/patch-35
Update article.md
2 parents cdc1693 + 08a21ac commit b18719a

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)