Skip to content

Commit e5c6cf9

Browse files
Remove redundant 'that' (#2887)
1 parent 8c98180 commit e5c6cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/coroutine-context-and-dispatchers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ context of the main `runBlocking` coroutine which runs in the `main` thread.
6565
[Dispatchers.Unconfined] is a special dispatcher that also appears to run in the `main` thread, but it is,
6666
in fact, a different mechanism that is explained later.
6767

68-
The default dispatcher that is used when no other dispatcher is explicitly specified in the scope.
68+
The default dispatcher is used when no other dispatcher is explicitly specified in the scope.
6969
It is represented by [Dispatchers.Default] and uses a shared background pool of threads.
7070

7171
[newSingleThreadContext] creates a thread for the coroutine to run.

0 commit comments

Comments
 (0)