Skip to content

Commit 5c96167

Browse files
authored
[spec] Clarify that elements are given as expressions (WebAssembly#1676)
1 parent 6ef660e commit 5c96167

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
@@ -707,7 +707,7 @@ the callee is dynamically checked against the :ref:`function type <syntax-functy
707707
Expressions
708708
~~~~~~~~~~~
709709

710-
:ref:`Function <syntax-func>` bodies, initialization values for :ref:`globals <syntax-global>`, and offsets of :ref:`element <syntax-elem>` or :ref:`data <syntax-data>` segments are given as expressions, which are sequences of :ref:`instructions <syntax-instr>` terminated by an |END| marker.
710+
:ref:`Function <syntax-func>` bodies, initialization values for :ref:`globals <syntax-global>`, elements and offsets of :ref:`element <syntax-elem>` segments, and offsets of :ref:`data <syntax-data>` segments are given as expressions, which are sequences of :ref:`instructions <syntax-instr>` terminated by an |END| marker.
711711

712712
.. math::
713713
\begin{array}{llll}

0 commit comments

Comments
 (0)