File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
kotlinx-coroutines-core/common/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import kotlinx.coroutines.selects.*
22
22
* Usually, a deferred value is created in _active_ state (it is created and started).
23
23
* However, the [async][CoroutineScope.async] coroutine builder has an optional `start` parameter that creates a deferred value in _new_ state
24
24
* when this parameter is set to [CoroutineStart.LAZY].
25
- * Such a deferred can be be made _active_ by invoking [start], [join], or [await].
25
+ * Such a deferred can be made _active_ by invoking [start], [join], or [await].
26
26
*
27
27
* A deferred value is a [Job]. A job in the
28
28
* [coroutineContext](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines/coroutine-context.html)
You can’t perform that action at this time.
0 commit comments