Skip to content

Commit 3be5075

Browse files
committed
Addressing additional review comments to WebAssembly#227
that were made after that PR was merged. In particular the following three comments are addressed. - WebAssembly#227 (comment) - WebAssembly#227 (comment) - WebAssembly#227 (comment)
1 parent 2429b1f commit 3be5075

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

document/core/exec/instructions.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3052,18 +3052,18 @@ Throwing an exception with :ref:`tag address <syntax-tagaddr>` :math:`a`
30523052

30533053
.. _exec-caughtadm:
30543054

3055-
Exiting a |CAUGHTadm|
3056-
.....................
3055+
Exiting a catch clause |CAUGHTadm|
3056+
..................................
30573057

3058-
When the |END| of a |CAUGHTadm|, is reached without a jump, exception, or trap, then the following steps are performed.
3058+
When the |END| of a catch clause |CAUGHTadm| is reached without a jump, exception, or trap, then the following steps are performed.
30593059

30603060
1. Let :math:`\val^\ast` be the values on the top of the stack.
30613061

30623062
2. Pop the values :math:`\val^\ast` from the stack.
30633063

30643064
3. Assert: due to :ref:`validation <valid-instr-seq>`, an administrative instruction :math:`\CAUGHTadm\{a~\val_0^\ast\}` is now on the top of the stack.
30653065

3066-
4. Pop the |CAUGHTadm| from the stack.
3066+
4. Pop the catch clause |CAUGHTadm| from the stack.
30673067

30683068
5. Push :math:`\val^\ast` back to the stack.
30693069

0 commit comments

Comments
 (0)