Skip to content

Commit

Permalink
[spec] Fix typo (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariez-xyz authored Jul 23, 2022
1 parent d48af68 commit e8c05f4
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 e8c05f4

Please sign in to comment.