Skip to content

Commit bcb6a41

Browse files
authored
[spec] Fix typo in rule (#1153)
1 parent 68a9ef9 commit bcb6a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/core/exec/runtime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ That way, the end of the inner instruction sequence is known when part of an out
476476
When |END| is reached, i.e., the inner instruction sequence has been reduced to the empty sequence -- or rather, a sequence of :math:`n` |CONST| instructions representing the resulting values -- then the |LABEL| instruction is eliminated courtesy of its own :ref:`reduction rule <exec-label>`:
477477

478478
.. math::
479-
\LABEL_n\{\instr^n\}~\val^\ast~\END \quad\stepto\quad \val^n
479+
\LABEL_m\{\instr^\ast\}~\val^n~\END \quad\stepto\quad \val^n
480480
481481
This can be interpreted as removing the label from the stack and only leaving the locally accumulated operand values.
482482

0 commit comments

Comments
 (0)