Skip to content

Commit e639f62

Browse files
author
Guy Bedford
committed
wording
1 parent 19fac54 commit e639f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document/core/syntax/modules.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,12 +356,12 @@ Each export is labeled by a unique :ref:`name <syntax-name>`.
356356
Exportable definitions are :ref:`functions <syntax-func>`, :ref:`tables <syntax-table>`, :ref:`memories <syntax-mem>`, and :ref:`globals <syntax-global>`,
357357
which are referenced through a respective descriptor.
358358

359-
A *direct export* is one where the export references a function, table, memory, or global instance that is defined within the module itself rather than being imported.
359+
A *direct export* is one where the export references a function, table, memory, or global that is defined within the module itself rather than being imported.
360360

361361
An *indirect export* (or *re-export*) is one where the export references a function, table, memory, or global that the module imports.
362362

363363
For an export :math:`\export` in module :math:`m`, the export is direct when :math:`\edexportimport(m, \export.\EDESC) = \epsilon` and indirect otherwise, where
364-
the import corresponding to an export descriptor is defined by:
364+
the import corresponding to an export descriptor :math:`\export.\EDESC` is defined by:
365365

366366
.. math::
367367
\begin{array}{lclll}

0 commit comments

Comments
 (0)