From 6e2a6b689c9901938c4f0bcdba86279fc277870b Mon Sep 17 00:00:00 2001 From: Tooru Fujisawa Date: Wed, 21 Feb 2024 16:22:09 -0800 Subject: [PATCH] Editorial: Use "well-known symbol" term consistently (#3236) Fixes #3231. --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 4c0dae3875..2b3f0694f1 100644 --- a/spec.html +++ b/spec.html @@ -30565,7 +30565,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* }.