Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit 1aabc91

Browse files
committed
Wording tweaks
1 parent b65aab6 commit 1aabc91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document/core/valid/instructions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Instructions
1616
\valtype ~|~ \bot \\
1717
\end{array}
1818
19-
The types describe the required input stack with argument values of types :math:`t_1^\ast` that an instruction pops off
19+
The types describe the required input stack with *operand types* :math:`t_1^\ast` that an instruction pops off
2020
and the provided output stack with result values of types :math:`t_2^\ast` that it pushes back.
2121

2222
.. _match-opdtype:
2323

2424
Stack types are akin to :ref:`function types <syntax-functype>`,
2525
except that they allow individual operands to be classified as :math:`\bot`, indicating that the type is unconstrained.
26-
As an auxiliary notion, an :ref:`operand type <syntax-opdtype>` :math:`t_1` *matches* another operand type :math:`t_2`, if :math:`t_1` is either :math:`\bot` or equal to :math:`t_2`.
26+
As an auxiliary notion, an operand type :math:`t_1` *matches* another operand type :math:`t_2`, if :math:`t_1` is either :math:`\bot` or equal to :math:`t_2`.
2727

2828
.. math::
2929
\frac{

0 commit comments

Comments
 (0)