Skip to content

Commit b019b10

Browse files
paolopelizarov
authored andcommitted
Update coroutines-guide.md
Fixed typo.
1 parent c12b516 commit b019b10

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
@@ -912,7 +912,7 @@ function is using.
912912

913913
Coroutines can suspend on one thread and resume on another thread with [Unconfined] dispatcher or
914914
with a default multi-threaded dispatcher. Even with a single-threaded dispatcher it might be hard to
915-
figure out what coroutine was doing what, where, and when. The common approach to debugging applications with
915+
figure out what coroutine was doing, where, and when. The common approach to debugging applications with
916916
threads is to print the thread name in the log file on each log statement. This feature is universally supported
917917
by logging frameworks. When using coroutines, the thread name alone does not give much of a context, so
918918
`kotlinx.coroutines` includes debugging facilities to make it easier.

0 commit comments

Comments
 (0)