Skip to content

Commit be8161a

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

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
@@ -14,7 +14,7 @@ import kotlin.coroutines.*
1414
public expect fun CoroutineScope.newCoroutineContext(context: CoroutineContext): CoroutineContext
1515

1616
/**
17-
* Creates context for coroutine builder functions that do not launch a new coroutine, namely [withContext].
17+
* Creates a context for coroutine builder functions that do not launch a new coroutine, e.g. [withContext].
1818
* @suppress
1919
*/
2020
@InternalCoroutinesApi

0 commit comments

Comments
 (0)