Skip to content

Commit f6e2c89

Browse files
authored
Merge pull request #1048 from DeveloperDavo/master
Update article.md
2 parents e1c0d62 + bfd62b9 commit f6e2c89

File tree

1 file changed

+1
-1
lines changed
  • 1-js/12-generators-iterators/1-generators

1 file changed

+1
-1
lines changed

1-js/12-generators-iterators/1-generators/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ If we don't catch the error there, then, as usual, it falls through to the outer
458458

459459
## Summary
460460

461-
- Generators are created by generator functions `function*(…) {…}`.
461+
- Generators are created by generator functions `function* f(…) {…}`.
462462
- Inside generators (only) there exists a `yield` operator.
463463
- The outer code and the generator may exchange results via `next/yield` calls.
464464

0 commit comments

Comments
 (0)