Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit ef312ac

Browse files
authored
Fix some index entries (#234)
Fix index entry spellings and consistent tag for labeltype def.
1 parent 2d732e6 commit ef312ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

document/core/valid/conventions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. index:: ! validation, ! type system, function type, table type, memory type, globaltype, valtype, resulttype, index space, instantiation. module
1+
.. index:: ! validation, ! type system, function type, table type, memory type, global type, value type, result type, index space, instantiation. module
22
.. _type-system:
33

44
Conventions
@@ -24,9 +24,9 @@ That is, they only formulate the constraints, they do not define an algorithm.
2424
The skeleton of a sound and complete algorithm for type-checking instruction sequences according to this specification is provided in the :ref:`appendix <algo-valid>`.
2525

2626

27-
.. index:: ! context, function type, table type, memory type, tag type, global type, value type, result type, index space, module, function, tag, labeltype
27+
.. index:: ! context, function type, table type, memory type, tag type, global type, value type, result type, index space, module, function, tag, label type
2828
.. _context:
29-
.. _labeltype:
29+
.. _syntax-labeltype:
3030

3131
Contexts
3232
~~~~~~~~

0 commit comments

Comments
 (0)