Skip to content

Commit feea16d

Browse files
authored
fix typo in initCancellability kdoc (#4492)
1 parent f4f519b commit feea16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/common/src/CancellableContinuation.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public interface CancellableContinuation<in T> : Continuation<T> {
188188
* Internal function that setups cancellation behavior in [suspendCancellableCoroutine].
189189
* It's illegal to call this function in any non-`kotlinx.coroutines` code and
190190
* such calls lead to undefined behaviour.
191-
* Exposed in our ABI since 1.0.0 withing `suspendCancellableCoroutine` body.
191+
* Exposed in our ABI since 1.0.0 within `suspendCancellableCoroutine` body.
192192
*
193193
* @suppress **This is unstable API and it is subject to change.**
194194
*/

0 commit comments

Comments
 (0)