Jelajahi Sumber

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

Mikael Säker 7 tahun lalu
induk
melakukan
96562a3a2e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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.