Skip to content

Commit 50807d0

Browse files
pihanyaMikhail Gostev
and
Mikhail Gostev
authored
Fix typo in the documentation of CompletableJob#complete (#2900)
Co-authored-by: Mikhail Gostev <[email protected]>
1 parent dbfb4ae commit 50807d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public interface CompletableJob : Job {
2121
*
2222
* Subsequent invocations of this function have no effect and always produce `false`.
2323
*
24-
* This function transitions this job into _completed- state if it was not completed or cancelled yet.
24+
* This function transitions this job into _completed_ state if it was not completed or cancelled yet.
2525
* However, that if this job has children, then it transitions into _completing_ state and becomes _complete_
2626
* once all its children are [complete][isCompleted]. See [Job] for details.
2727
*/

0 commit comments

Comments
 (0)