We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
initCancellability
1 parent f4f519b commit feea16dCopy full SHA for feea16d
kotlinx-coroutines-core/common/src/CancellableContinuation.kt
@@ -188,7 +188,7 @@ public interface CancellableContinuation<in T> : Continuation<T> {
188
* Internal function that setups cancellation behavior in [suspendCancellableCoroutine].
189
* It's illegal to call this function in any non-`kotlinx.coroutines` code and
190
* such calls lead to undefined behaviour.
191
- * Exposed in our ABI since 1.0.0 withing `suspendCancellableCoroutine` body.
+ * Exposed in our ABI since 1.0.0 within `suspendCancellableCoroutine` body.
192
*
193
* @suppress **This is unstable API and it is subject to change.**
194
*/
0 commit comments