浏览代码

Merge pull request #388 from PavelVozenilek/patch-1

typo
bel2125 8 年之前
父节点
当前提交
2acc03d3e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/mg_init_library.md

+ 1 - 1
docs/api/mg_init_library.md

@@ -17,7 +17,7 @@
 ### Description
 ### Description
 
 
 The function `mg_init_library()` should be called from an application program before using any other function.
 The function `mg_init_library()` should be called from an application program before using any other function.
-It must be called only from one thread (it is not guaranteed to be thread save).
+It must be called only from one thread (it is not guaranteed to be thread safe).
 
 
 This function is new in version 1.9 (as dummy implementation) and effective only from version 1.10.
 This function is new in version 1.9 (as dummy implementation) and effective only from version 1.10.
 For compatibility reasons, other functions (such as [`mg_start();`](mg_start.md)) will initialize the required features as well,
 For compatibility reasons, other functions (such as [`mg_start();`](mg_start.md)) will initialize the required features as well,