Skip to content

Commit

Permalink
[spec] Clarify that elements are given as expressions (#1676)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithw authored Sep 6, 2023
1 parent 6ef660e commit 5c96167
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 @@ -707,7 +707,7 @@ the callee is dynamically checked against the :ref:`function type <syntax-functy
Expressions
~~~~~~~~~~~

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

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

0 comments on commit 5c96167

Please sign in to comment.