File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
core/kotlinx-coroutines-core/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import kotlin.coroutines.*
15
15
* This function should not be used from coroutine. It is designed to bridge regular blocking code
16
16
* to libraries that are written in suspending style, to be used in `main` functions and in tests.
17
17
*
18
- * The default [CoroutineDispatcher] for this builder in an internal implementation of event loop that processes continuations
18
+ * The default [CoroutineDispatcher] for this builder is an internal implementation of event loop that processes continuations
19
19
* in this blocked thread until the completion of this coroutine.
20
20
* See [CoroutineDispatcher] for the other implementations that are provided by `kotlinx.coroutines`.
21
21
*
You can’t perform that action at this time.
0 commit comments