From 160b260705129efbfdc54dc1570f9c5c8ef09f06 Mon Sep 17 00:00:00 2001 From: Tooru Fujisawa Date: Wed, 6 Dec 2023 15:39:20 -0800 Subject: [PATCH] Editorial: Add missing period to `AsyncFunction.prototype.constructor` section (#3235) --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 7930ed6cf4..c8ab3a4d44 100644 --- a/spec.html +++ b/spec.html @@ -48270,7 +48270,7 @@

Properties of the AsyncFunction Prototype Object

AsyncFunction.prototype.constructor

-

The initial value of `AsyncFunction.prototype.constructor` is %AsyncFunction%

+

The initial value of `AsyncFunction.prototype.constructor` is %AsyncFunction%.

This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.