Skip to content

Commit

Permalink
[spec] Fix typo (WebAssembly#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariez-xyz authored and rossberg committed Aug 2, 2022
1 parent 1107626 commit e262c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/core/syntax/instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Occasionally, it is convenient to group operators together according to the foll
Vector Instructions
~~~~~~~~~~~~~~~~~~~

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>`.
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>`.

.. math::
\begin{array}{llcl}
Expand Down

0 comments on commit e262c4c

Please sign in to comment.