Skip to content

Commit afff719

Browse files
authored
Update comment in Job.kt (#4446)
- Update comment for Job to use gender-neutral language.
1 parent af27c53 commit afff719

File tree

1 file changed

+2
-2
lines changed
  • kotlinx-coroutines-core/common/src

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ import kotlin.jvm.*
107107
* Note, that the [cancel] function on a job only accepts a [CancellationException] as a cancellation cause, thus
108108
* calling [cancel] always results in a normal cancellation of a job, which does not lead to cancellation
109109
* of its parent.
110-
* This way, a parent can [cancel] his children (cancelling all their children recursively, too)
111-
* without cancelling himself.
110+
* This way, a parent can [cancel] its children (cancelling all their children recursively, too)
111+
* without cancelling itself.
112112
*
113113
* ### Concurrency and synchronization
114114
*

0 commit comments

Comments
 (0)