Skip to content

Commit e40554f

Browse files
authored
[spec] Fix typo in validation of call_ref (#1939)
1 parent 7c48a0b commit e40554f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

document/core/valid/instructions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2455,7 +2455,7 @@ Control Instructions
24552455

24562456
* The type :math:`C.\CTYPES[x]` must be defined in the context.
24572457

2458-
* The :ref:`expansion <aux-expand-deftype>` of :math:`C.\CFUNCS[x]` must be a :ref:`function type <syntax-functype>` :math:`\TFUNC~[t_1^\ast] \toF [t_2^\ast]`.
2458+
* The :ref:`expansion <aux-expand-deftype>` of :math:`C.\CTYPES[x]` must be a :ref:`function type <syntax-functype>` :math:`\TFUNC~[t_1^\ast] \toF [t_2^\ast]`.
24592459

24602460
* Then the instruction is valid with type :math:`[t_1^\ast~(\REF~\NULL~x)] \to [t_2^\ast]`.
24612461

0 commit comments

Comments
 (0)