Skip to content

Commit

Permalink
Remove extra line in generator.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Oct 25, 2022
1 parent b1d38ee commit 5f7365e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/generator.md
Expand Up @@ -151,7 +151,6 @@ The `t` variable is a temporary variable that stores one of the following values
## The `g` variable
The `g` variable is a temporary variable that holds onto the generator object for the purpose of attaching a
`Symbol.iterator` method (if its available), and holds onto that value until the generator is started, allowing

it to also act as the [`suspendedStart`](https://tc39.es/ecma262/#table-internal-slots-of-generator-instances) state.

# Protected Regions
Expand Down

0 comments on commit 5f7365e

Please sign in to comment.