Skip to content

Commit 9be2b36

Browse files
keithwrossberg
authored andcommitted
[spec] Clarify that elements are given as expressions (#1676)
1 parent 939b409 commit 9be2b36

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
@@ -722,7 +722,7 @@ It is guaranteed that no sequence of nested calls using only these instructions
722722
Expressions
723723
~~~~~~~~~~~
724724

725-
: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.
725+
: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.
726726

727727
.. math::
728728
\begin{array}{llll}

0 commit comments

Comments
 (0)