Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 397bb53

Browse files
committed
Missed the braces
1 parent c0b7eb0 commit 397bb53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document/core/exec/instructions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Memory Instructions
424424

425425
a. Let :math:`n` be the integer for which :math:`\bytes_{\iN}(n) = b^\ast`.
426426

427-
b. Let :math:`c` be the result of computing :math:`\extend^\sx_{N,|t|}(n)`.
427+
b. Let :math:`c` be the result of computing :math:`\extend^{\sx}_{N,|t|}(n)`.
428428

429429
13. Else:
430430

@@ -447,7 +447,7 @@ Memory Instructions
447447
\\[1ex]
448448
\begin{array}{lcl@{\qquad}l}
449449
S; F; (\I32.\CONST~i)~(t.\LOAD{N}\K{\_}\sx~\memarg) &\stepto&
450-
S; F; (t.\CONST~\extend^\sx_{N,|t|}(n))
450+
S; F; (t.\CONST~\extend^{\sx}_{N,|t|}(n))
451451
\end{array}
452452
\\ \qquad
453453
\begin{array}[t]{@{}r@{~}l@{}}

0 commit comments

Comments
 (0)