Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit b172ec0

Browse files
committed
Fix typo
1 parent ad25ca8 commit b172ec0

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
@@ -819,14 +819,14 @@ Reference Instructions
819819
S; F; (\I32.\CONST~s)~(\I32.\CONST~n)~(\ARRAYNEWDATA~x~y) &\stepto& \TRAP
820820
\\&&
821821
\begin{array}[t]{@{}r@{~}l@{}}
822-
(\iff & \expanddt(F.\AMODULE.\MITYPES[x]) = \TARRAY~\X{ft}^n \\
822+
(\iff & \expanddt(F.\AMODULE.\MITYPES[x]) = \TARRAY~\X{ft} \\
823823
\land & s + n\cdot|\X{ft}|/8 > |S.\SDATAS[F.\AMODULE.\MIDATAS[y]].\DIDATA|)
824824
\end{array} \\
825825
\\[1ex]
826826
S; F; (\I32.\CONST~s)~(\I32.\CONST~n)~(\ARRAYNEWDATA~x~y) &\stepto& (t.\CONST~c)^n~(\ARRAYNEWFIXED~x~n)
827827
\\&&
828828
\begin{array}[t]{@{}r@{~}l@{}}
829-
(\iff & \expanddt(F.\AMODULE.\MITYPES[x]) = \TARRAY~\X{ft}^n \\
829+
(\iff & \expanddt(F.\AMODULE.\MITYPES[x]) = \TARRAY~\X{ft} \\
830830
\land & t = \unpacktype(\X{ft}) \\
831831
\land & \concat((\bytes_{\X{ft}}(c))^n) = S.\SDATAS[F.\AMODULE.\MIDATAS[y]].\DIDATA[s \slice n\cdot|\X{ft}|/8] \\
832832
\end{array} \\

0 commit comments

Comments
 (0)