Skip to content

Commit

Permalink
Merge pull request #525 from zapashcanon/main
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg authored Feb 18, 2024
2 parents 6f8e7bc + f09b033 commit 0ba84fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/core/exec/values.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following auxiliary typing rules specify this typing relation relative to a

* The :ref:`heap type <syntax-heaptype>` must be :ref:`valid <valid-heaptype>` under the empty :ref:`context <context>`.

* Then value is valid with :ref:`reference type <syntax-reftype>` :math:`(\REF~\NULL~t')`, where the :ref:`heap type <syntax-heaptype>` :math:`t'` that is the least type that :ref:`matches <match-heaptype>` :math:`t`.
* Then the value is valid with :ref:`reference type <syntax-reftype>` :math:`(\REF~\NULL~t')`, where the :ref:`heap type <syntax-heaptype>` :math:`t'` is the least type that :ref:`matches <match-heaptype>` :math:`t`.

.. math::
\frac{
Expand Down

0 comments on commit 0ba84fb

Please sign in to comment.