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 81c7521 commit e185ed6Copy full SHA for e185ed6
coroutines-guide.md
@@ -996,7 +996,7 @@ same coroutine as you can see in the output below:
996
<!--- TEST -->
997
998
999
-Note, that is example also uses `use` function from the Kotlin standard library to release threads that
+Note, that this example also uses `use` function from the Kotlin standard library to release threads that
1000
are created with [newSingleThreadContext] when they are no longer needed.
1001
1002
### Job in the context
0 commit comments