Skip to content

Commit

Permalink
Fix typo jobCallable -> callback
Browse files Browse the repository at this point in the history
  • Loading branch information
syg authored and sideshowbarker committed Jan 31, 2021
1 parent e40d915 commit 712e030
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 @@ -89625,7 +89625,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 712e030

Please sign in to comment.