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.*
1515 * This function should not be used from coroutine. It is designed to bridge regular blocking code
1616 * to libraries that are written in suspending style, to be used in `main` functions and in tests.
1717 *
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
1919 * in this blocked thread until the completion of this coroutine.
2020 * See [CoroutineDispatcher] for the other implementations that are provided by `kotlinx.coroutines`.
2121 *
You can’t perform that action at this time.
0 commit comments