Skip to content

Commit 85e1566

Browse files
authored
Add missing quote for the initial value of the global object property (#18)
1 parent 1a7b925 commit 85e1566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h1>The AsyncIterator Constructor</h1>
150150
<p>The <dfn>AsyncIterator</dfn> constructor:</p>
151151
<ul>
152152
<li>is <dfn>%AsyncIterator%</dfn>.</li>
153-
<li>is the initial value of the *AsyncIterator* property of the global object.</li>
153+
<li>is the initial value of the *"AsyncIterator"* property of the global object.</li>
154154
<li>is designed to be subclassable. It may be used as the value of an *extends* clause of a class definition.</li>
155155
</ul>
156156

0 commit comments

Comments
 (0)