Skip to content

Commit

Permalink
[Editorial] Fix typo in NewPromiseReactionJob from tc39#1597 (tc39#1893)
Browse files Browse the repository at this point in the history
  • Loading branch information
syg authored and ljharb committed Mar 10, 2020
1 parent c595020 commit 9a9753b
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 @@ -39913,7 +39913,7 @@ <h1>NewPromiseReactionJob ( _reaction_, _argument_ )</h1>
1. Return Completion(_status_).
1. Let _handlerRealm_ be *null*.
1. If _reaction_.[[Handler]] is not *undefined*, then
1. Let _getHandlerRealmResult_ be GetFunctionRealm(_handler_).
1. Let _getHandlerRealmResult_ be GetFunctionRealm(_reaction_.[[Handler]]).
1. If _getHandlerRealmResult_ is a normal completion, then set _handlerRealm_ to _getHandlerRealmResult_.[[Value]].
1. Return { [[Job]]: _job_, [[Realm]]: _handlerRealm_ }.
</emu-alg>
Expand Down

0 comments on commit 9a9753b

Please sign in to comment.