Skip to content

Commit

Permalink
Fix rule names
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Jul 23, 2024
1 parent c209948 commit 9420e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions document/core/exec/instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2670,7 +2670,7 @@ $${rule-prose: exec/throw_ref}

3. Execute the instruction :math:`\THROWREF` again.

$${rule: Step_pure/throw_ref-*}
$${rule: Step_read/throw_ref-*}

.. _exec-try_table:
Expand All @@ -2691,7 +2691,7 @@ $${rule-prose: exec/try_table}

6. :ref:`Enter <exec-handler-enter>` the block :math:`\val^m~\instr_1^\ast` with label :math:`L` and exception handler :math:`\HANDLER_n\{\catch^\ast\}`.

$${rule: Step_pure/try_table}
$${rule: Step_read/try_table}


.. index:: instruction, instruction sequence, block, exception, trap
Expand Down

0 comments on commit 9420e39

Please sign in to comment.