diff --git a/spec.html b/spec.html index 3a4362626a..4f2e1604a9 100644 --- a/spec.html +++ b/spec.html @@ -11845,7 +11845,7 @@
An execution context brings together information that is relevant for the runtime evaluation of some unit of code (e.g., a script, a module, or a function object). At any point in time, there is at most one execution context per agent whose associated code is being evaluated. This is known as the agent's running execution context. All references to the running execution context in this specification denote the running execution context of the surrounding agent.
+An execution context brings together information that is relevant for the runtime evaluation of some unit of code (e.g., a script, a module, or a function object). At any point in time, there is at most one execution context per agent whose associated code is being evaluated. This is known as the agent's running execution context. All references to the running execution context in this specification denote the running execution context of the surrounding agent.
Each execution context has at least the state components listed in