Skip to content

Commit 05479c9

Browse files
Update kotlinx-coroutines-core/common/src/CoroutineContext.common.kt
Co-authored-by: dkhalanskyjb <[email protected]>
1 parent 027e267 commit 05479c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package kotlinx.coroutines
77
import kotlin.coroutines.*
88

99
/**
10-
* Creates a context for the new coroutine. It installs [Dispatchers.Default] when no other dispatcher or
10+
* Creates a context for a new coroutine. It installs [Dispatchers.Default] when no other dispatcher or
1111
* [ContinuationInterceptor] is specified, and adds optional support for debugging facilities (when turned on)
1212
* and copyable-thread-local facilities on JVM.
1313
*/

0 commit comments

Comments
 (0)