Skip to content

Commit e262c4c

Browse files
ariez-xyzrossberg
authored andcommitted
[spec] Fix typo (WebAssembly#1508)
1 parent 1107626 commit e262c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/core/syntax/instructions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Occasionally, it is convenient to group operators together according to the foll
195195
Vector Instructions
196196
~~~~~~~~~~~~~~~~~~~
197197

198-
Vector instructions (also known as *SIMD* instructions, single data multiple value) provide basic operations over :ref:`values <syntax-value>` of :ref:`vector type <syntax-vectype>`.
198+
Vector instructions (also known as *SIMD* instructions, single instruction multiple data) provide basic operations over :ref:`values <syntax-value>` of :ref:`vector type <syntax-vectype>`.
199199

200200
.. math::
201201
\begin{array}{llcl}

0 commit comments

Comments
 (0)