Skip to content
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-Authored-By: guybedford <guybedford@gmail.com>
  • Loading branch information
Ms2ger and guybedford authored May 7, 2019
1 parent 6aa978e commit 98fdfa5
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 @@ -554,7 +554,7 @@ <h1><ins>AsyncExecutionFulfilled ()</ins></h1>
<emu-clause id="sec-executionrejected" aoid="AsyncExecutionRejected">
<h1><ins>AsyncExecutionRejected ( _error_ )</ins></h1>
<emu-alg>
1. Let _f be the active function object.
1. Let _f_ be the active function object.
1. Let _module_ be _f_.[[Module]].
1. Assert: _module_.[[Status]] is `"evaluating-async"`.
1. Assert: _module_.[[EvaluationError]] is *undefined*.
Expand Down

0 comments on commit 98fdfa5

Please sign in to comment.