Skip to content

Commit

Permalink
The CreateArrayIterator abstract operation incorrectly describes the …
Browse files Browse the repository at this point in the history
…return value as "a Generator".
  • Loading branch information
sunkai9064 committed Nov 5, 2024
1 parent 4c44bbe commit e1456dd
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 @@ -40282,7 +40282,7 @@ <h1>
CreateArrayIterator (
_array_: an Object,
_kind_: ~key+value~, ~key~, or ~value~,
): a Generator
): an Iterator
</h1>
<dl class="header">
<dt>description</dt>
Expand Down

0 comments on commit e1456dd

Please sign in to comment.