浏览代码

Merge pull request #391 from PavelVozenilek/patch-2

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

+ 1 - 1
docs/api/mg_exit_library.md

@@ -15,7 +15,7 @@ none
 ### Description
 ### Description
 
 
 The function `mg_exit_library()` should be called from an application program, when the library should be unloaded.
 The function `mg_exit_library()` should be called from an application program, when the library should be unloaded.
-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).
 
 
 Only use `mg_exit_library( );` when you used [`mg_init_library( feature );`](api/mg_init_library.md) before.
 Only use `mg_exit_library( );` when you used [`mg_init_library( feature );`](api/mg_init_library.md) before.