Skip to content

Commit 3428774

Browse files
vitusortnerqwwdfsad
authored andcommitted
Fix wording in documentation
1 parent 8003932 commit 3428774

File tree

1 file changed

+1
-1
lines changed
  • kotlinx-coroutines-core/common/src

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ public fun CoroutineContext.cancel(cause: Throwable? = null): Boolean =
582582
(this[Job] as? JobSupport)?.cancelInternal(cause) ?: false
583583

584584
/**
585-
* Cancels all children of the [Job] in this context, without touching the the state of this job itself
585+
* Cancels all children of the [Job] in this context, without touching the state of this job itself
586586
* with an optional cancellation cause. See [Job.cancel].
587587
* It does not do anything if there is no job in the context or it has no children.
588588
*/

0 commit comments

Comments
 (0)