Skip to content

Commit 1f7fa0b

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

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
@@ -8,7 +8,7 @@ import kotlin.coroutines.*
88

99
/**
1010
* 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)
11+
* [ContinuationInterceptor] is specified and adds optional support for debugging facilities (when turned on)
1212
* and copyable-thread-local facilities on JVM.
1313
*/
1414
public expect fun CoroutineScope.newCoroutineContext(context: CoroutineContext): CoroutineContext

0 commit comments

Comments
 (0)