Merge pull request #2677 from waywardmonkeys/typo-fix

[doc] Fix typo.
This commit is contained in:
juj 2014-08-15 12:37:28 +03:00
Родитель acfec62ba8 dcfc6be204
Коммит bde01e3c9e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -103,7 +103,7 @@ emscripten can emit a binary file on the side by running emcc with
``--memory-init-file 1`` ``--memory-init-file 1``
This is the default in ``-O2`` and above in emscripten 1.21.1 and above; This is the default in ``-O2`` and above in emscripten 1.21.1 and above;
in earlier verisons, you can enable it manually. When utilized, a file in earlier versions, you can enable it manually. When utilized, a file
with suffix ``.mem`` should appear, and it will be loaded by the JS. See with suffix ``.mem`` should appear, and it will be loaded by the JS. See
``emcc --help`` for more details. ``emcc --help`` for more details.