Skip to content

Commit b104cfc

Browse files
devinbrown7qwwdfsad
authored andcommitted
Fix grammatical error
1 parent 4271886 commit b104cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ coroutine and it can be only used from a coroutine.
8989
### Bridging blocking and non-blocking worlds
9090

9191
The first example mixes _non-blocking_ `delay(...)` and _blocking_ `Thread.sleep(...)` in the same code.
92-
It is easy to get lost which one is blocking and which one is not.
92+
It is easy to lose track of which one is blocking and which one is not.
9393
Let's be explicit about blocking using [runBlocking] coroutine builder:
9494

9595
<div class="sample" markdown="1" theme="idea" data-min-compiler-version="1.3">

0 commit comments

Comments
 (0)