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
parent a4a368af15
commit bd19917ea0
58 changed files with 195 additions and 203 deletions

View File

@@ -81,7 +81,7 @@ GDScript and VisualScript, along with C#. They're designed for the needs
of game developers and game designers, and they're tightly integrated in
the engine and the editor.
GDScript lets you write simple code using an indentation-based syntax,
GDScript lets you write code using an indentation-based syntax,
yet it detects types and offers a static language's quality of auto-completion.
It is also optimized for gameplay code with built-in types like Vectors and Colors.