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 05479c9 commit 1f7fa0bCopy full SHA for 1f7fa0b
kotlinx-coroutines-core/common/src/CoroutineContext.common.kt
@@ -8,7 +8,7 @@ import kotlin.coroutines.*
8
9
/**
10
* Creates a context for a new coroutine. It installs [Dispatchers.Default] when no other dispatcher or
11
- * [ContinuationInterceptor] is specified, and adds optional support for debugging facilities (when turned on)
+ * [ContinuationInterceptor] is specified and adds optional support for debugging facilities (when turned on)
12
* and copyable-thread-local facilities on JVM.
13
*/
14
public expect fun CoroutineScope.newCoroutineContext(context: CoroutineContext): CoroutineContext
0 commit comments