Skip to content

Commit c0ffa91

Browse files
committed
Fix xrefs
1 parent 7fa2f20 commit c0ffa91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

document/core/valid/instructions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ Non-empty Instruction Sequence: :math:`\instr^\ast~\instr_N`
10961096
}
10971097
10981098
1099-
.. index:: expression,result type
1099+
.. index:: expression, result type
11001100
pair: validation; expression
11011101
single: abstract syntax; expression
11021102
single: expression; constant

document/core/valid/modules.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Functions :math:`\func` are classified by :ref:`function types <syntax-functype>
2929

3030
* |CLOCALS| set to the sequence of :ref:`value types <syntax-valtype>` :math:`t_1^\ast~t^\ast`, concatenating parameters and locals,
3131

32-
* |CLABELS| set to the singular sequence containing only :ref:`result type <syntax-valtype>` :math:`[t_2^\ast]`.
32+
* |CLABELS| set to the singular sequence containing only :ref:`result type <syntax-resulttype>` :math:`[t_2^\ast]`.
3333

34-
* |CRETURN| set to the :ref:`result type <syntax-valtype>` :math:`[t_2^\ast]`.
34+
* |CRETURN| set to the :ref:`result type <syntax-resulttype>` :math:`[t_2^\ast]`.
3535

3636
* Under the context :math:`C'`,
3737
the expression :math:`\expr` must be valid with type :math:`[t_2^\ast]`.

0 commit comments

Comments
 (0)