irregardless -> regardless.

This commit is contained in:
jcoombes
2020-06-29 22:56:05 +01:00
committed by GitHub
parent e87e15626b
commit f46d8b7233

View File

@@ -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.