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 0eee3c3 commit 4a82113Copy full SHA for 4a82113
common/kotlinx-coroutines-core-common/src/Supervisor.kt
@@ -23,7 +23,7 @@ import kotlin.jvm.*
23
*
24
* If [parent] job is specified, then this supervisor job becomes a child job of its parent and is cancelled when its
25
* parent fails or is cancelled. All this supervisor's children are cancelled in this case, too. The invocation of
26
- * of [cancel][Job.cancel] with exception (other than [CancellationException]) on this supervisor job also cancels parent.
+ * [cancel][Job.cancel] with exception (other than [CancellationException]) on this supervisor job also cancels parent.
27
28
* @param parent an optional parent job.
29
*/
0 commit comments