From ea93ad08c2b1d6ddacbcc597c1ccf2d8b7fa1efa Mon Sep 17 00:00:00 2001 From: Tooru Fujisawa Date: Mon, 4 Dec 2023 07:18:18 +0900 Subject: [PATCH] Editorial: Use "well-known symbol" term consistently (#3231) --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 83f68e9ccae..0f228fd1d33 100644 --- a/spec.html +++ b/spec.html @@ -30629,7 +30629,7 @@

Properties of the Symbol Constructor

Symbol.asyncIterator

-

The initial value of `Symbol.asyncIterator` is the well known symbol @@asyncIterator ().

+

The initial value of `Symbol.asyncIterator` is the well-known symbol @@asyncIterator ().

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