Skip to content

Commit

Permalink
Add missing quote for the initial value of the global object property (
Browse files Browse the repository at this point in the history
  • Loading branch information
arai-a authored Apr 10, 2024
1 parent 1a7b925 commit 85e1566
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 @@ -150,7 +150,7 @@ <h1>The AsyncIterator Constructor</h1>
<p>The <dfn>AsyncIterator</dfn> constructor:</p>
<ul>
<li>is <dfn>%AsyncIterator%</dfn>.</li>
<li>is the initial value of the *AsyncIterator* property of the global object.</li>
<li>is the initial value of the *"AsyncIterator"* property of the global object.</li>
<li>is designed to be subclassable. It may be used as the value of an *extends* clause of a class definition.</li>
</ul>

Expand Down

0 comments on commit 85e1566

Please sign in to comment.