Skip to content

Commit

Permalink
Markup: unlink Invoke in the Jobs section (tc39#3369)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra authored and ljharb committed Jul 11, 2024
1 parent efd583d commit 7a23e0e
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 @@ -11921,7 +11921,7 @@ <h1>Jobs and Host Operations to Enqueue Jobs</h1>
<li>At some future point in time, when there is no running context in the agent for which the job is scheduled and that agent's execution context stack is empty, the implementation must:
<ol>
<li>Perform any host-defined preparation steps.</li>
<li>Invoke the Job Abstract Closure.</li>
<li><emu-not-ref>Invoke</emu-not-ref> the Job Abstract Closure.</li>
<li>Perform any host-defined cleanup steps, after which the execution context stack must be empty.</li>
</ol>
</li>
Expand Down

0 comments on commit 7a23e0e

Please sign in to comment.