diff --git a/document/core/exec/runtime.rst b/document/core/exec/runtime.rst index 5bd6de2574..5faaab4585 100644 --- a/document/core/exec/runtime.rst +++ b/document/core/exec/runtime.rst @@ -320,7 +320,7 @@ It records its :ref:`type ` and holds an individual :ref:`val .. math:: \begin{array}{llll} \production{(global instance)} & \globalinst &::=& - \{ \GITYPE~\valtype, \GIVALUE~\val \} \\ + \{ \GITYPE~\globaltype, \GIVALUE~\val \} \\ \end{array} The value of mutable globals can be mutated through :ref:`variable instructions ` or by external means provided by the :ref:`embedder `.