Skip to content

Commit e0b7b15

Browse files
robertgolelizarov
authored andcommitted
redundant 'is'
1 parent 65e6c8c commit e0b7b15

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
@@ -685,7 +685,7 @@ It has one key limitation: when thread-local is mutated, a new value is not prop
685685
Use [withContext] to update the value of the thread-local in a coroutine, see [asContextElement] for more details.
686686

687687
Alternatively, a value can be stored in a mutable box like `class Counter(var i: Int)`, which is, in turn,
688-
is stored in a thread-local variable. However, in this case you are fully responsible to synchronize
688+
stored in a thread-local variable. However, in this case you are fully responsible to synchronize
689689
potentially concurrent modifications to the variable in this mutable box.
690690

691691
For advanced usage, for example for integration with logging MDC, transactional contexts or any other libraries

0 commit comments

Comments
 (0)