浏览代码

Added clarification to type of value for html5 custom heap size.

Mikael Säker 7 年之前
父节点
当前提交
96562a3a2e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/manuals/project-settings.md

+ 1 - 1
docs/en/manuals/project-settings.md

@@ -353,7 +353,7 @@ Set Custom Heap Size
 : If set, Emscripten allocates *custom_heap_size* number of bytes for the application heap.
 
 Custom Heap Size
-: Sets the custom heap size for Emscripten to use if *set_custom_heap_size* is set. If not set, 256MB is allocated for the application heap.
+: Sets the custom heap size (number of bytes) for Emscripten to use if *set_custom_heap_size* is set. If not set, 256MB is allocated for the application heap.
 
 Include Dev Tool
 : Includes a visual dev-tool in the application that allows tracking of memory usage.