Skip to content

Commit b6e500b

Browse files
Andrii Chubkoelizarov
authored andcommitted
Fix grammatical error
1 parent edd8056 commit b6e500b

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
@@ -594,7 +594,7 @@ are not bound to any particular thread, it is hard to achieve it manually withou
594594

595595
For [`ThreadLocal`](https://docs.oracle.com/javase/8/docs/api/java/lang/ThreadLocal.html),
596596
[asContextElement] extension function is here for the rescue. It creates an additional context element,
597-
which keep the value of the given `ThreadLocal` and restores it every time the coroutine switches its context.
597+
which keeps the value of the given `ThreadLocal` and restores it every time the coroutine switches its context.
598598

599599
It is easy to demonstrate it in action:
600600

0 commit comments

Comments
 (0)