Skip to content

Commit 56ee233

Browse files
robertgolelizarov
authored andcommitted
Fix typo
add missing 'n'
1 parent d981966 commit 56ee233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import kotlin.coroutines.*
2121
*
2222
* When [CoroutineDispatcher] is explicitly specified in the [context], then the new coroutine runs in the context of
2323
* 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.
24+
* then this invocation uses an outer event loop.
2525
*
2626
* If this blocked thread is interrupted (see [Thread.interrupt]), then the coroutine job is cancelled and
2727
* this `runBlocking` invocation throws [InterruptedException].

0 commit comments

Comments
 (0)