Skip to content

Commit 6593ba8

Browse files
authored
Fix outdated documentation in AbstractCoroutine.kt (#4453)
- Remove outdated documentation for AbstractCoroutine.
1 parent 3ceccb9 commit 6593ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import kotlinx.coroutines.internal.ScopeCoroutine
2626
* @param initParentJob specifies whether the parent-child relationship should be instantiated directly
2727
* in `AbstractCoroutine` constructor. If set to `false`, it's the responsibility of the child class
2828
* 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.
29+
* @param active when `true`, the coroutine is created in the _active_ state, otherwise it is created in the _new_ state.
3030
* See [Job] for details.
3131
*
3232
* @suppress **This an internal API and should not be used from general code.**

0 commit comments

Comments
 (0)