Przeglądaj źródła

irregardless -> regardless.

jcoombes 5 lat temu
rodzic
commit
f46d8b7233

+ 1 - 1
getting_started/scripting/gdscript/gdscript_basics.rst

@@ -1573,7 +1573,7 @@ multiple times, you can yield to the ``completed`` signal conditionally:
         return result
 
 This ensures that the function returns whatever it was supposed to return
-irregardless of whether coroutines were used internally. Note that using
+regardless of whether coroutines were used internally. Note that using
 ``while`` would be redundant here as the ``completed`` signal is only emitted
 when the function didn't yield anymore.