Skip to content

Commit bfad360

Browse files
committed
fix: Duplicate AOID for IfAbruptCloseAsyncIterator
1 parent d61146f commit bfad360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1>Iteration</h1>
2828
<emu-clause id="sec-iterator-abstract-operations">
2929
<h1>Iterator Abstract Operations</h1>
3030

31-
<emu-clause id="sec-ifabruptcloseasynciterator" aoid="IfAbruptCloseAsyncIterator">
31+
<emu-clause id="sec-ifabruptcloseasynciterator">
3232
<h1>IfAbruptCloseAsyncIterator ( _value_, _iteratorRecord_ )</h1>
3333
<p><dfn>IfAbruptCloseAsyncIterator</dfn> is a shorthand for a sequence of algorithm steps that use an Iterator Record. An algorithm step of the form:</p>
3434
<emu-alg>

0 commit comments

Comments
 (0)