Skip to content

Commit 4a82113

Browse files
robertgolqwwdfsad
authored andcommitted
redundant 'of'
1 parent 0eee3c3 commit 4a82113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import kotlin.jvm.*
2323
*
2424
* If [parent] job is specified, then this supervisor job becomes a child job of its parent and is cancelled when its
2525
* 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.
26+
* [cancel][Job.cancel] with exception (other than [CancellationException]) on this supervisor job also cancels parent.
2727
*
2828
* @param parent an optional parent job.
2929
*/

0 commit comments

Comments
 (0)