Skip to content

Commit 9139c64

Browse files
Add missing article (#2180)
1 parent d55d8e8 commit 9139c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/coroutine-context-and-dispatchers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ stored in a thread-local variable. However, in this case you are fully responsib
652652
potentially concurrent modifications to the variable in this mutable box.
653653

654654
For advanced usage, for example for integration with logging MDC, transactional contexts or any other libraries
655-
which internally use thread-locals for passing data, see documentation of the [ThreadContextElement] interface
655+
which internally use thread-locals for passing data, see the documentation of the [ThreadContextElement] interface
656656
that should be implemented.
657657

658658
<!--- MODULE kotlinx-coroutines-core -->

0 commit comments

Comments
 (0)