Skip to content

Commit

Permalink
Fix typo jobCallable -> callback
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed Dec 16, 2020
1 parent f38c0d4 commit 3e72cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -89626,7 +89626,7 @@ dictionary <dfn>PromiseRejectionEventInit</dfn> : <span>EventInit</span> {

<ol>
<li><p>Let <var>incumbent settings</var> be
<var>jobCallable</var>.[[HostDefined]].[[IncumbentSettings]]</p></li>
<var>callback</var>.[[HostDefined]].[[IncumbentSettings]]</p></li>

<li><p>Let <var>script execution context</var> be
<var>callback</var>.[[HostDefined]].[[ActiveScriptContext]].</li>
Expand Down

0 comments on commit 3e72cd9

Please sign in to comment.