Skip to content

Commit

Permalink
Fix typo in the documentation of CompletableJob#complete (#2900)
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhail Gostev <mikhail.gostev@arrival.com>
  • Loading branch information
pihanya and Mikhail Gostev committed Aug 26, 2021
1 parent dbfb4ae commit 50807d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlinx-coroutines-core/common/src/CompletableJob.kt
Expand Up @@ -21,7 +21,7 @@ public interface CompletableJob : Job {
*
* Subsequent invocations of this function have no effect and always produce `false`.
*
* This function transitions this job into _completed- state if it was not completed or cancelled yet.
* This function transitions this job into _completed_ state if it was not completed or cancelled yet.
* However, that if this job has children, then it transitions into _completing_ state and becomes _complete_
* once all its children are [complete][isCompleted]. See [Job] for details.
*/
Expand Down

0 comments on commit 50807d0

Please sign in to comment.