Skip to content

Commit

Permalink
[spec] Fix missing mention of vectype (#1436)
Browse files Browse the repository at this point in the history
Fixed #1435.
  • Loading branch information
ngzhian authored Apr 4, 2022
1 parent daee490 commit 253db39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion document/core/binary/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,13 @@ Reference Types
Value Types
~~~~~~~~~~~

:ref:`Value types <syntax-valtype>` are encoded with their respective encoding as a :ref:`number type <binary-numtype>` or :ref:`reference type <binary-reftype>`.
: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>`.

.. math::
\begin{array}{llclll@{\qquad\qquad}l}
\production{value type} & \Bvaltype &::=&
t{:}\Bnumtype &\Rightarrow& t \\ &&|&
t{:}\Bvectype &\Rightarrow& t \\ &&|&
t{:}\Breftype &\Rightarrow& t \\
\end{array}
Expand Down

0 comments on commit 253db39

Please sign in to comment.