We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479481e commit a32036cCopy full SHA for a32036c
kotlinx-coroutines-core/jvm/src/ThreadContextElement.kt
@@ -152,8 +152,7 @@ public interface CopyableThreadContextElement<S> : ThreadContextElement<S> {
152
153
/**
154
* 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.
+ * coroutine's context when the child coroutine's context contains an element with the same [key].
157
*
158
* This method is invoked on the original element, accepting as the parameter
159
* the element that is supposed to overwrite it.
0 commit comments