Преглед на файлове

Merge pull request #2249 from puchik/thread-safe-grammar-fix

Grammar fixes in Thread-safe APIs
Rémi Verschelde преди 6 години
родител
ревизия
0dcb68cf41
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      tutorials/threads/thread_safe_apis.rst

+ 3 - 3
tutorials/threads/thread_safe_apis.rst

@@ -6,10 +6,10 @@ Thread safe APIs
 Threads
 -------
 
-Using threads is a common way to balance processing scatter it across CPUs and cores.
-Godot supports multi threading, but not in the whole engine.
+Threads are used to balance processing power across CPUs and cores.
+Godot supports multithreading, but not in the whole engine.
 
-Below is a list of the areas in Godot and how they can be used with threads.
+Below is a list of ways multithreading can be used in different areas of Godot.
 
 Global scope
 ------------