Cleanup uses of double spaces between words or after punctuation

This commit is contained in:
Rémi Verschelde
2021-06-07 10:15:21 +02:00
parent 08150dca70
commit 044b6a74f8
28 changed files with 125 additions and 141 deletions

View File

@@ -1364,7 +1364,7 @@ There are a few things to keep in mind here:
in to ``Idle.gd``.
4. If ``Idle.gd``'s ``_init`` constructor takes 0 arguments, it still needs to pass some value
to the ``State.gd`` base class, even if it does nothing. This brings us to the fact that you
can pass expressions to the base constructor as well, not just variables. eg.::
can pass expressions to the base constructor as well, not just variables, e.g.::
# Idle.gd