Just noticed in `kotlin.coroutines.startCoroutine`...
# coroutines
d
Just noticed in
kotlin.coroutines.startCoroutine
kdoc says "The [completion] continuation is invoked when coroutine completes with result of exception.” Wondering if there is a typo and it should be “… with result or exception” 🤔