Skip to content

Commit 79ef7af

Browse files
authored
[spec] Fix typos in instruction validation rules (#1462)
1 parent 6c2b582 commit 79ef7af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document/core/valid/instructions.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ Table Instructions
793793

794794
.. math::
795795
\frac{
796-
C.\CTABLES[x] = t
796+
C.\CTABLES[x] = \limits~t
797797
}{
798798
C \vdashinstr \TABLESET~x : [\I32~t] \to []
799799
}
@@ -900,7 +900,7 @@ Table Instructions
900900

901901
.. math::
902902
\frac{
903-
C.\CTABLES[x] = \limits_1~t
903+
C.\CTABLES[x] = \limits~t
904904
\qquad
905905
C.\CELEMS[y] = t
906906
}{

0 commit comments

Comments
 (0)