File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
common/kotlinx-coroutines-core-common/src/main/kotlin/kotlinx/coroutines/experimental Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ public fun Job.disposeOnCompletion(handle: DisposableHandle): DisposableHandle =
407407 *
408408 * In particular, it means that a parent coroutine invoking `cancelAndJoin` on a child coroutine that was started using
409409 * `launch(coroutineContext) { ... }` builder throws [CancellationException] if the child
410- * had crashed, unless a non-standard [CoroutineExceptionHandler] if installed in the context.
410+ * had crashed, unless a non-standard [CoroutineExceptionHandler] is installed in the context.
411411 *
412412 * This is a shortcut for the invocation of [cancel][Job.cancel] followed by [join][Job.join].
413413 */
You can’t perform that action at this time.
0 commit comments