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 e123c8a commit dabe24eCopy full SHA for dabe24e
kotlinx-coroutines-core/common/src/Job.kt
@@ -168,7 +168,7 @@ public interface Job : CoroutineContext.Element {
168
169
/**
170
* Starts coroutine related to this job (if any) if it was not started yet.
171
- * The result `true` if this invocation actually started coroutine or `false`
+ * The result is `true` if this invocation actually started coroutine or `false`
172
* if it was already started or completed.
173
*/
174
public fun start(): Boolean
0 commit comments