Skip to content

Commit d925702

Browse files
authored
Modularized-Output.rst: Fix typo in example parameters (#24642)
The flag `-sMODULARIZE` was written `-sMODUARLIZE`. This is a bug that can propagate by users who copy and paste this example.
1 parent 88394e0 commit d925702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/source/docs/compiling/Modularized-Output.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ separate and isolated instances of the same program.
3535
By default, the factory function is called ``Module``, but it can be given a
3636
unique name via the ``-sEXPORT_NAME`` setting.
3737

38-
For example, a program is built using ``-sMODUARLIZE -sEXPORT_NAME=Foo`` can
38+
For example, a program is built using ``-sMODULARIZE -sEXPORT_NAME=Foo`` can
3939
be instantiated using:
4040

4141
::

0 commit comments

Comments
 (0)