We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d981966 commit 56ee233Copy full SHA for 56ee233
core/kotlinx-coroutines-core/src/Builders.kt
@@ -21,7 +21,7 @@ import kotlin.coroutines.*
21
*
22
* When [CoroutineDispatcher] is explicitly specified in the [context], then the new coroutine runs in the context of
23
* the specified dispatcher while the current thread is blocked. If the specified dispatcher is an event loop of another `runBlocking`,
24
- * the this invocation uses an outer event loop.
+ * then this invocation uses an outer event loop.
25
26
* If this blocked thread is interrupted (see [Thread.interrupt]), then the coroutine job is cancelled and
27
* this `runBlocking` invocation throws [InterruptedException].
0 commit comments