From 7426ddf257f23b041740a0dd6d3c85e4eadbbbf4 Mon Sep 17 00:00:00 2001 From: ExE Boss <3889017+ExE-Boss@users.noreply.github.com> Date: Thu, 2 Jul 2020 17:40:00 +0200 Subject: [PATCH] =?UTF-8?q?Editorial:=20Fix=C2=A0%Generator%=20and=C2=A0%A?= =?UTF-8?q?syncGenerator%=C2=A0s=20(#2059)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: ExE Boss <3889017+ExE-Boss@users.noreply.github.com> Co-authored-by: Jordan Harband --- spec.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/spec.html b/spec.html index 034770d3a74..9cd314fd2c6 100644 --- a/spec.html +++ b/spec.html @@ -39096,10 +39096,10 @@

GeneratorFunction.prototype

Properties of the GeneratorFunction Prototype Object

The GeneratorFunction prototype object:

@@ -39194,7 +39194,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* }.

@@ -39203,10 +39203,10 @@

AsyncGeneratorFunction.prototype

Properties of the AsyncGeneratorFunction Prototype Object

The AsyncGeneratorFunction prototype object:

@@ -39266,7 +39266,7 @@

Properties of the Generator Prototype Object

The Generator prototype object: