diff --git a/document/core/valid/instructions.rst b/document/core/valid/instructions.rst index 67bbd7cc3b..a2a89103ee 100644 --- a/document/core/valid/instructions.rst +++ b/document/core/valid/instructions.rst @@ -1614,7 +1614,7 @@ Non-empty Instruction Sequence: :math:`\instr~{\instr'}^\ast` * Let :math:`C'` be the same :ref:`context ` as :math:`C`, but with: - * |CLOCALS| the same as in C, except that for every :ref:`local index ` :math:`x` in :math:`x_1^\ast`, the :ref:`local type ` :math:`\CLOCALS[x]` has been updated to :ref:`initialization status ` `\SET`. + * |CLOCALS| the same as in C, except that for every :ref:`local index ` :math:`x` in :math:`x_1^\ast`, the :ref:`local type ` :math:`\CLOCALS[x]` has been updated to :ref:`initialization status ` :math:`\SET`. * The instruction sequence :math:`{\instr'}^\ast` must be valid with some type :math:`[{t'}^\ast] \to_{x_2^\ast} [t_3^\ast]`.