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.
1 parent 8003932 commit 3428774Copy full SHA for 3428774
kotlinx-coroutines-core/common/src/Job.kt
@@ -582,7 +582,7 @@ public fun CoroutineContext.cancel(cause: Throwable? = null): Boolean =
582
(this[Job] as? JobSupport)?.cancelInternal(cause) ?: false
583
584
/**
585
- * Cancels all children of the [Job] in this context, without touching the the state of this job itself
+ * Cancels all children of the [Job] in this context, without touching the state of this job itself
586
* with an optional cancellation cause. See [Job.cancel].
587
* It does not do anything if there is no job in the context or it has no children.
588
*/
0 commit comments