Skip to content

Commit ed5ed49

Browse files
Victor Osolovskiyelizarov
authored andcommitted
Fix typo: debugging more -> debugging mode
1 parent 6c18dfd commit ed5ed49

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
@@ -1019,7 +1019,7 @@ Automatically assigned ids are good when coroutines log often and you just need
10191019
coming from the same coroutine. However, when coroutine is tied to the processing of a specific request
10201020
or doing some specific background task, it is better to name it explicitly for debugging purposes.
10211021
[CoroutineName] serves the same function as a thread name. It'll get displayed in the thread name that
1022-
is executing this coroutine when debugging more is turned on.
1022+
is executing this coroutine when debugging mode is turned on.
10231023

10241024
The following example demonstrates this concept:
10251025

0 commit comments

Comments
 (0)