Skip to content

Commit 947badf

Browse files
authored
[spec] Fix typo (#1587)
1 parent 45f9845 commit 947badf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document/core/text/instructions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Reference Instructions
165165
\production{instruction} & \Tplaininstr_I &::=& \dots \\ &&|&
166166
\text{ref.null}~~t{:}\Theaptype &\Rightarrow& \REFNULL~t \\ &&|&
167167
\text{ref.is\_null} &\Rightarrow& \REFISNULL \\ &&|&
168-
\text{ref.func}~~x{:}\Tfuncidx &\Rightarrow& \REFFUNC~x \\ &&|&
168+
\text{ref.func}~~x{:}\Tfuncidx &\Rightarrow& \REFFUNC~x \\
169169
\end{array}
170170
171171
@@ -891,7 +891,7 @@ Vector constant instructions have a mandatory :ref:`shape <syntax-vec-shape>` de
891891
\text{f64x2.convert\_low\_i32x4\_s} &\Rightarrow& \F64X2.\VCONVERT\K{\_low\_i32x4\_s}\\ &&|&
892892
\text{f64x2.convert\_low\_i32x4\_u} &\Rightarrow& \F64X2.\VCONVERT\K{\_low\_i32x4\_u}\\ &&|&
893893
\text{f32x4.demote\_f64x2\_zero} &\Rightarrow& \F32X4.\VDEMOTE\K{\_f64x2\_zero}\\ &&|&
894-
\text{f64x2.promote\_low\_f32x4} &\Rightarrow& \F64X2.\VPROMOTE\K{\_low\_f32x4}\\ &&|&
894+
\text{f64x2.promote\_low\_f32x4} &\Rightarrow& \F64X2.\VPROMOTE\K{\_low\_f32x4}\\
895895
\end{array}
896896
897897

0 commit comments

Comments
 (0)