From 7a23e0e83597e4c8cfbbc1856a77cf8fc102e846 Mon Sep 17 00:00:00 2001 From: Michael Ficarra Date: Wed, 10 Jul 2024 22:35:02 -0700 Subject: [PATCH] Markup: unlink Invoke in the Jobs section (#3369) --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 68b2888f10..e96f6b8795 100644 --- a/spec.html +++ b/spec.html @@ -11921,7 +11921,7 @@

Jobs and Host Operations to Enqueue Jobs

  • 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:
    1. Perform any host-defined preparation steps.
    2. -
    3. Invoke the Job Abstract Closure.
    4. +
    5. Invoke the Job Abstract Closure.
    6. Perform any host-defined cleanup steps, after which the execution context stack must be empty.