PavelVozenilek пре 8 година
родитељ
комит
313499c61c
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.