We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67436f2 commit 79323b5Copy full SHA for 79323b5
document/core/exec/instructions.rst
@@ -3145,9 +3145,9 @@ The following auxiliary rules define the semantics of entering and exiting |TRYT
3145
Entering :math:`\instr^\ast` with label :math:`L` and exception handler :math:`H`
3146
.................................................................................
3147
3148
-1. Push :math:`L` to the stack.
+1. Push :math:`H` to the stack.
3149
3150
-2. Push :math:`H` onto the stack.
+2. Push :math:`L` onto the stack.
3151
3152
3. Jump to the start of the instruction sequence :math:`\instr^\ast`.
3153
0 commit comments