Skip to content

Commit

Permalink
Fix capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Mar 28, 2024
1 parent e53c7a7 commit 4240aed
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 @@ -389,7 +389,7 @@ contributors: Ron Buckton, Ecma International
1. Let _ref_ be ? Evaluation of _expr_.
1. Let _extractor_ be ? GetValue(_ref_).
1. If _ref_ is a Reference Record and IsPropertyReference(_ref_) is *true*, let _receiver_ be GetThisValue(_ref_).
1. Else, Let _receiver_ be *null*.
1. Else, let _receiver_ be *null*.
1. Let _iteratorRecord_ be ? InvokeCustomMatcherOrThrow(_extractor_, _value_, _receiver_).
1. Let _result_ be ? IteratorBindingInitialization of this |ExtractorBindingPattern| with arguments _iteratorRecord_ and _environment_.
1. If _iteratorRecord_.[[Done]] is *false*, return ? IteratorClose(_iteratorRecord_, _result_).
Expand Down

0 comments on commit 4240aed

Please sign in to comment.