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 af27c53 commit afff719Copy full SHA for afff719
kotlinx-coroutines-core/common/src/Job.kt
@@ -107,8 +107,8 @@ import kotlin.jvm.*
107
* Note, that the [cancel] function on a job only accepts a [CancellationException] as a cancellation cause, thus
108
* calling [cancel] always results in a normal cancellation of a job, which does not lead to cancellation
109
* of its parent.
110
- * This way, a parent can [cancel] his children (cancelling all their children recursively, too)
111
- * without cancelling himself.
+ * This way, a parent can [cancel] its children (cancelling all their children recursively, too)
+ * without cancelling itself.
112
*
113
* ### Concurrency and synchronization
114
0 commit comments