Skip to content

Commit e185ed6

Browse files
ArtsiomChelizarov
authored andcommitted
Typo fix
1 parent 81c7521 commit e185ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coroutines-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ same coroutine as you can see in the output below:
996996
<!--- TEST -->
997997

998998

999-
Note, that is example also uses `use` function from the Kotlin standard library to release threads that
999+
Note, that this example also uses `use` function from the Kotlin standard library to release threads that
10001000
are created with [newSingleThreadContext] when they are no longer needed.
10011001

10021002
### Job in the context

0 commit comments

Comments
 (0)