diff --git a/spec.html b/spec.html
index da3871c7cdc..db4e1de118f 100644
--- a/spec.html
+++ b/spec.html
@@ -36691,7 +36691,6 @@
The %ArrayIteratorPrototype% Object
%ArrayIteratorPrototype%.next ( )
- When the `next` method is called, the following steps are taken:
1. Return ? GeneratorResume(*this* value, ~empty~, *"%ArrayIteratorPrototype%"*).
@@ -43179,10 +43178,8 @@ Generator.prototype.constructor
Generator.prototype.next ( _value_ )
- The `next` method performs the following steps:
- 1. Let _g_ be the *this* value.
- 1. Return ? GeneratorResume(_g_, _value_, ~empty~).
+ 1. Return ? GeneratorResume(*this* value, _value_, ~empty~).