Skip to content

Commit c4699b1

Browse files
authored
[spec] Fix typo (#1458)
1 parent 2eb7e64 commit c4699b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document/core/exec/runtime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Runtime Structure
1818
Values
1919
~~~~~~
2020

21-
WebAssembly computations manipulate *values* of either the four basic :ref:`number types <syntax-numtype>`, i.e., :ref:`integers <syntax-int>` and :ref:`floating-point data <syntax-float>` of 32 or 64 bit width each, of :ref:`vectors <syntax-vecnum>` of 128 bit width, or of :ref:`reference type <syntax-reftype>`.
21+
WebAssembly computations manipulate *values* of either the four basic :ref:`number types <syntax-numtype>`, i.e., :ref:`integers <syntax-int>` and :ref:`floating-point data <syntax-float>` of 32 or 64 bit width each, or :ref:`vectors <syntax-vecnum>` of 128 bit width, or of :ref:`reference type <syntax-reftype>`.
2222

2323
In most places of the semantics, values of different types can occur.
2424
In order to avoid ambiguities, values are therefore represented with an abstract syntax that makes their type explicit.

0 commit comments

Comments
 (0)