diff --git a/spec.html b/spec.html
index 2c495dc78a..74df5981ad 100644
--- a/spec.html
+++ b/spec.html
@@ -37452,7 +37452,6 @@
The %ArrayIteratorPrototype% Object
%ArrayIteratorPrototype%.next ( )
- When the `next` method is called, the following steps are taken:
1. Return ? GeneratorResume(*this* value, ~empty~, *"%ArrayIteratorPrototype%"*).
@@ -43940,10 +43939,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~).