Skip to content

Commit eafbf47

Browse files
committed
Fix typo in global instance invariant
1 parent 1ffb924 commit eafbf47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/core/exec/runtime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ It records its :ref:`type <syntax-globaltype>` and holds an individual :ref:`val
325325
326326
The value of mutable globals can be mutated through :ref:`variable instructions <syntax-instr-variable>` or by external means provided by the :ref:`embedder <embedder>`.
327327

328-
It is an invariant of the semantics that the value has a type equal to the :ref:`value type <syntax-valtype>` of :math:`\globaltype`.
328+
It is an invariant of the semantics that the value has a type equal to the value type of :math:`\valtype`.
329329

330330

331331
.. index:: ! element instance, element segment, embedder, element expression

0 commit comments

Comments
 (0)