Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent "well known symbol" vs "well-known symbol" in Symbol.asyncIterator #3231

Closed
arai-a opened this issue Dec 3, 2023 · 1 comment · Fixed by #3236
Closed

Inconsistent "well known symbol" vs "well-known symbol" in Symbol.asyncIterator #3231

arai-a opened this issue Dec 3, 2023 · 1 comment · Fixed by #3236

Comments

@arai-a
Copy link
Contributor

arai-a commented Dec 3, 2023

Symbol.asyncIterator's description uses "well known symbol" term with a space between "well" and "known",
but all other Symbol properties use "well-known symbol" term with a hyphen between "well" and "known".

https://tc39.es/ecma262/#sec-symbol.asynciterator

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

https://tc39.es/ecma262/#sec-symbol.hasinstance

The initial value of Symbol.hasInstance is the well-known symbol @@hasInstance (Table 1).

arai-a added a commit to arai-a/ecma262 that referenced this issue Dec 3, 2023
@jmdyck
Copy link
Collaborator

jmdyck commented Dec 4, 2023

In this repo, you don't need to create an Issue just for a subsequent PR to reference.

See #3141 (comment) for more detail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants