Skip to content

Commit 64163c1

Browse files
Update kotlinx-coroutines-core/jvm/src/CoroutineContext.kt
Co-authored-by: dkhalanskyjb <[email protected]>
1 parent a32036c commit 64163c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private val hasCopyableElements: (Boolean, CoroutineContext.Element) -> Boolean
4747
* * If neither context has CTCE, the sum of two contexts is returned
4848
* * Every CTCE from the left-hand side context that does not have a matching (by key) element from right-hand side context
4949
* is [copied][CopyableThreadContextElement.copyForChild] if [isNewCoroutine] is `true`.
50-
* * Every CTCE from left-hand side context that has matching element in right-hand side context is [merged][CopyableThreadContextElement.mergeForChild]
50+
* * Every CTCE from the left-hand side context that has a matching element in the right-hand side context is [merged][CopyableThreadContextElement.mergeForChild]
5151
* * Every CTCE from the right-hand side context that hasn't been merged is copied
5252
* * Everything else is added to the resulting context as is.
5353
*/

0 commit comments

Comments
 (0)