Skip to content

Commit 325b0ad

Browse files
lukasz-kalnik-gcxelizarov
authored andcommitted
fix documentation typo
1 parent 64456d4 commit 325b0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/kotlinx-coroutines-core/src/Builders.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)