Skip to content

Commit 253db39

Browse files
authored
[spec] Fix missing mention of vectype (#1436)
Fixed #1435.
1 parent daee490 commit 253db39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

document/core/binary/types.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,13 @@ Reference Types
6969
Value Types
7070
~~~~~~~~~~~
7171

72-
:ref:`Value types <syntax-valtype>` are encoded with their respective encoding as a :ref:`number type <binary-numtype>` or :ref:`reference type <binary-reftype>`.
72+
:ref:`Value types <syntax-valtype>` are encoded with their respective encoding as a :ref:`number type <binary-numtype>`, :ref:`vector type <binary-vectype>`, or :ref:`reference type <binary-reftype>`.
7373

7474
.. math::
7575
\begin{array}{llclll@{\qquad\qquad}l}
7676
\production{value type} & \Bvaltype &::=&
7777
t{:}\Bnumtype &\Rightarrow& t \\ &&|&
78+
t{:}\Bvectype &\Rightarrow& t \\ &&|&
7879
t{:}\Breftype &\Rightarrow& t \\
7980
\end{array}
8081

0 commit comments

Comments
 (0)