Skip to content

Commit

Permalink
Editorial: Use "well-known symbol" term consistently (#3236)
Browse files Browse the repository at this point in the history
Fixes #3231.
  • Loading branch information
arai-a authored and ljharb committed Feb 22, 2024
1 parent f5529ca commit 6e2a6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -30565,7 +30565,7 @@ <h1>Properties of the Symbol Constructor</h1>

<emu-clause id="sec-symbol.asynciterator">
<h1>Symbol.asyncIterator</h1>
<p>The initial value of `Symbol.asyncIterator` is the well known symbol @@asyncIterator (<emu-xref href="#table-well-known-symbols"></emu-xref>).</p>
<p>The initial value of `Symbol.asyncIterator` is the well-known symbol @@asyncIterator (<emu-xref href="#table-well-known-symbols"></emu-xref>).</p>
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.</p>
</emu-clause>

Expand Down

0 comments on commit 6e2a6b6

Please sign in to comment.