Skip to content

Commit

Permalink
ReturnCompletion(*undefined*) instead of NormalCompletion(~unused~)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Sep 20, 2024
1 parent ecf1ac5 commit 8220d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ copyright: false
1. Let _record_ be the Iterator Record { [[Iterator]]: _iter_, [[NextMethod]]: _nextMethod_, [[Done]]: true }.
1. Set _completion_ to Completion(IteratorClose(_iteratorRecord_, _completion_)).
1. Return ? _completion_.
1. Return NormalCompletion(~unused~).
1. Return ReturnCompletion(*undefined*).
1. Return CreateIteratorFromClosure(_closure_, *"Iterator Helper"*, %IteratorHelperPrototype%, « »).
</emu-alg>
</emu-clause>

0 comments on commit 8220d5f

Please sign in to comment.