Skip to content

Commit a32036c

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ public interface CopyableThreadContextElement<S> : ThreadContextElement<S> {
152152

153153
/**
154154
* Returns a [CopyableThreadContextElement] to replace `this` `CopyableThreadContextElement` in the child
155-
* coroutine's context when the child coroutine's context contains an element with the same [key] as the
156-
* current one.
155+
* coroutine's context when the child coroutine's context contains an element with the same [key].
157156
*
158157
* This method is invoked on the original element, accepting as the parameter
159158
* the element that is supposed to overwrite it.

0 commit comments

Comments
 (0)