diff --git a/spec.html b/spec.html index 56d592927f..43979caa4e 100644 --- a/spec.html +++ b/spec.html @@ -45547,7 +45547,7 @@

1. Let _state_ be ? GeneratorValidate(_generator_, _generatorBrand_). 1. If _state_ is ~suspendedStart~, then 1. Set _generator_.[[GeneratorState]] to ~completed~. - 1. Once a generator enters the ~completed~ state it never leaves it and its associated execution context is never resumed. Any execution state associated with _generator_ can be discarded at this point. + 1. NOTE: Once a generator enters the ~completed~ state it never leaves it and its associated execution context is never resumed. Any execution state associated with _generator_ can be discarded at this point. 1. Set _state_ to ~completed~. 1. If _state_ is ~completed~, then 1. If _abruptCompletion_.[[Type]] is ~return~, then