Draft: Remove "simple", "simply", "easy", and "just" from the docs (#4496)

* Various style edits

* Edit out "simple" when possible

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
Co-authored-by: Clay John <claynjohn@gmail.com>
This commit is contained in:
Marcin Sędłak-Jakubowski
2021-07-11 14:38:53 +02:00
committed by GitHub
co-authored by Max Hilbrunner Clay John
parent a4a368af15
commit bd19917ea0
58 changed files with 195 additions and 203 deletions
@@ -17,7 +17,7 @@ Godot supports threads and provides many handy functions to use them.
Creating a Thread
-----------------
Creating a thread is very simple, just use the following code:
To create a thread, use the following code:
.. tabs::
.. code-tab:: gdscript GDScript