Skip to content

Commit

Permalink
[spec] Fix hyperref (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Dec 5, 2022
1 parent 11c4cc2 commit 6cc9fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/core/exec/instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2679,7 +2679,7 @@ Control Instructions
:math:`\BRTABLE~l^\ast~l_N`
...........................

1. Assert: due to :ref:`validation <valid-if>`, a value of :ref:`value type <syntax-valtype>` |I32| is on the top of the stack.
1. Assert: due to :ref:`validation <valid-br-table>`, a value of :ref:`value type <syntax-valtype>` |I32| is on the top of the stack.

2. Pop the value :math:`\I32.\CONST~i` from the stack.

Expand Down

0 comments on commit 6cc9fa1

Please sign in to comment.