Skip to content

Commit e9f31d9

Browse files
Update kotlinx-coroutines-core/jvm/src/CoroutineContext.kt
Co-authored-by: dkhalanskyjb <[email protected]>
1 parent 1f7fa0b commit e9f31d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kotlinx-coroutines-core/jvm/src/CoroutineContext.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import kotlin.coroutines.jvm.internal.CoroutineStackFrame
1010

1111
/**
1212
* Creates context for the new coroutine. It installs [Dispatchers.Default] when no other dispatcher nor
13-
* [ContinuationInterceptor] is specified, and adds optional support for
14-
* copyable thread context [elements][CopyableThreadContextElement] and debugging facilities (when turned on).
13+
* [ContinuationInterceptor] is specified and adds support for
14+
* copyable thread context [elements][CopyableThreadContextElement] and debugging facilities (optionally, when turned on).
1515
*
1616
* See [DEBUG_PROPERTY_NAME] for description of debugging facilities on JVM.
1717
*/

0 commit comments

Comments
 (0)