Skip to content

Commit dabe24e

Browse files
Add a missing 'is' in the API doc of Job (#2883)
1 parent e123c8a commit dabe24e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public interface Job : CoroutineContext.Element {
168168

169169
/**
170170
* 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`
171+
* The result is `true` if this invocation actually started coroutine or `false`
172172
* if it was already started or completed.
173173
*/
174174
public fun start(): Boolean

0 commit comments

Comments
 (0)