Skip to content

Commit 698ca2d

Browse files
authoredSep 16, 2016
Merge pull request basarat#168 from BurtHarris/patch-1
Update generators.md to correct typo
2 parents eefcd64 + ede5a7c commit 698ca2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/generators.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ console.log(foo.value); // foo
100100
const nextThing = iterator.next('bar');
101101
```
102102

103-
The following example demonstrates `interator.throw(error)`:
103+
The following example demonstrates `iterator.throw(error)`:
104104

105105
```ts
106106
function* generator() {

0 commit comments

Comments
 (0)
Please sign in to comment.