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 027e267 commit 05479c9Copy full SHA for 05479c9
kotlinx-coroutines-core/common/src/CoroutineContext.common.kt
@@ -7,7 +7,7 @@ package kotlinx.coroutines
7
import kotlin.coroutines.*
8
9
/**
10
- * Creates a context for the new coroutine. It installs [Dispatchers.Default] when no other dispatcher or
+ * 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)
12
* and copyable-thread-local facilities on JVM.
13
*/
0 commit comments