Skip to content

Commit 6a6e62d

Browse files
authored
Remove obsolete and misleading line from the documentation (#3590)
1 parent eb21974 commit 6a6e62d

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ public interface Job : CoroutineContext.Element {
382382
*
383383
* If [parent] job is specified, then this job becomes a child job of its parent and
384384
* is cancelled when its parent fails or is cancelled. All this job's children are cancelled in this case, too.
385-
* The invocation of [cancel][Job.cancel] with exception (other than [CancellationException]) on this job also cancels parent.
386385
*
387386
* Conceptually, the resulting job works in the same way as the job created by the `launch { body }` invocation
388387
* (see [launch]), but without any code in the body. It is active until cancelled or completed. Invocation of

0 commit comments

Comments
 (0)