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.