Skip to content

Commit 5f7365e

Browse files
committed
Remove extra line in generator.md
1 parent b1d38ee commit 5f7365e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/generator.md

-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ The `t` variable is a temporary variable that stores one of the following values
151151
## The `g` variable
152152
The `g` variable is a temporary variable that holds onto the generator object for the purpose of attaching a
153153
`Symbol.iterator` method (if its available), and holds onto that value until the generator is started, allowing
154-
155154
it to also act as the [`suspendedStart`](https://tc39.es/ecma262/#table-internal-slots-of-generator-instances) state.
156155

157156
# Protected Regions

0 commit comments

Comments
 (0)