Skip to content

Commit

Permalink
Fix missing vectype from value types in binary format for types
Browse files Browse the repository at this point in the history
  • Loading branch information
ngzhian committed Mar 28, 2022
1 parent daee490 commit b2c611d
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 b2c611d

Please sign in to comment.