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 3ceccb9 commit 6593ba8Copy full SHA for 6593ba8
kotlinx-coroutines-core/common/src/AbstractCoroutine.kt
@@ -26,7 +26,7 @@ import kotlinx.coroutines.internal.ScopeCoroutine
26
* @param initParentJob specifies whether the parent-child relationship should be instantiated directly
27
* in `AbstractCoroutine` constructor. If set to `false`, it's the responsibility of the child class
28
* to invoke [initParentJob] manually.
29
- * @param active when `true` (by default), the coroutine is created in the _active_ state, otherwise it is created in the _new_ state.
+ * @param active when `true`, the coroutine is created in the _active_ state, otherwise it is created in the _new_ state.
30
* See [Job] for details.
31
*
32
* @suppress **This an internal API and should not be used from general code.**
0 commit comments