Skip to content

Commit 33c2eec

Browse files
committed
Fix Iterator prototype reference
Follows tc39/ecma262#3395.
1 parent 4381866 commit 33c2eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12528,7 +12528,7 @@ prototype for [=default iterator objects=]
1252812528
for the interface.
1252912529

1253012530
The \[[Prototype]] [=/internal slot=] of an [=iterator prototype object=]
12531-
must be {{%IteratorPrototype%}}.
12531+
must be {{%Iterator.prototype%}}.
1253212532

1253312533
<div algorithm>
1253412534
The <dfn>iterator result</dfn> for a [=value pair=] |pair| and a kind |kind| is given by the

0 commit comments

Comments
 (0)