diff --git a/spec.html b/spec.html
index 1624839d29..dd4c3284d6 100644
--- a/spec.html
+++ b/spec.html
@@ -39094,10 +39094,10 @@
GeneratorFunction.prototype
Properties of the GeneratorFunction Prototype Object
The GeneratorFunction prototype object:
+ - is %Generator% (see ).
+ - is %GeneratorFunction.prototype%.
- is an ordinary object.
- is not a function object and does not have an [[ECMAScriptCode]] internal slot or any other of the internal slots listed in or .
- - is the value of the *"prototype"* property of %GeneratorFunction%.
- - is %Generator% (see Figure 2).
- has a [[Prototype]] internal slot whose value is %Function.prototype%.
@@ -39192,7 +39192,7 @@ AsyncGeneratorFunction.length
AsyncGeneratorFunction.prototype
- The initial value of `AsyncGeneratorFunction.prototype` is %AsyncGenerator%.
+ The initial value of `AsyncGeneratorFunction.prototype` is %AsyncGenerator%.
This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.
@@ -39201,10 +39201,10 @@ AsyncGeneratorFunction.prototype
Properties of the AsyncGeneratorFunction Prototype Object
The AsyncGeneratorFunction prototype object:
+ - is %AsyncGenerator%.
+ - is %AsyncGeneratorFunction.prototype%.
- is an ordinary object.
- is not a function object and does not have an [[ECMAScriptCode]] internal slot or any other of the internal slots listed in or .
- - is the value of the *"prototype"* property of %AsyncGeneratorFunction%.
- - is %AsyncGenerator%.
- has a [[Prototype]] internal slot whose value is %Function.prototype%.
@@ -39264,7 +39264,7 @@ Properties of the Generator Prototype Object
The Generator prototype object:
- is %GeneratorPrototype%.
- - is the initial value of the *"prototype"* property of %Generator% (the `GeneratorFunction.prototype`).
+ - is %Generator.prototype% (%GeneratorFunction.prototype.prototype%).
- is an ordinary object.
- is not a Generator instance and does not have a [[GeneratorState]] internal slot.
- has a [[Prototype]] internal slot whose value is %IteratorPrototype%.
@@ -39475,7 +39475,7 @@ Properties of the AsyncGenerator Prototype Object
The AsyncGenerator prototype object: