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 dbfb4ae commit 50807d0Copy full SHA for 50807d0
kotlinx-coroutines-core/common/src/CompletableJob.kt
@@ -21,7 +21,7 @@ public interface CompletableJob : Job {
21
*
22
* Subsequent invocations of this function have no effect and always produce `false`.
23
24
- * 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.
25
* However, that if this job has children, then it transitions into _completing_ state and becomes _complete_
26
* once all its children are [complete][isCompleted]. See [Job] for details.
27
*/
0 commit comments