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 committed Apr 10, 2024
1 parent b4ccc31 commit 8e2ce25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Expand Up @@ -189,7 +189,7 @@ <h1>The Iterator Constructor</h1>
<p>The <dfn>Iterator</dfn> constructor:</p>
<ul>
<li>is <dfn>%Iterator%</dfn>.</li>
<li>is the initial value of the *Iterator* property of the global object.</li>
<li>is the initial value of the *"Iterator"* 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 8e2ce25

Please sign in to comment.