Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit feea16d

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /