We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d38ee commit 5f7365eCopy full SHA for 5f7365e
docs/generator.md
@@ -151,7 +151,6 @@ The `t` variable is a temporary variable that stores one of the following values
151
## The `g` variable
152
The `g` variable is a temporary variable that holds onto the generator object for the purpose of attaching a
153
`Symbol.iterator` method (if its available), and holds onto that value until the generator is started, allowing
154
-
155
it to also act as the [`suspendedStart`](https://tc39.es/ecma262/#table-internal-slots-of-generator-instances) state.
156
157
# Protected Regions
0 commit comments