Skip to content

Commit 63e3896

Browse files
committed
Typo fixed
1 parent 27dfa2a commit 63e3896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/kotlinx-coroutines-core-common/src/Dispatchers.common.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public object Dispatchers {
1919
* It is backed by a shared pool of threads on JVM.
2020
* You can set system property "`kotlinx.coroutines.scheduler`" (either no value or to the value of "`on`")
2121
* to use an experimental coroutine dispatcher that shares threads with [Dispatchers.IO] and thus can switch to
22-
* to context without performing an actual thread context switch.
22+
* context without performing an actual thread context switch.
2323
*/
2424
@JvmField
2525
public val Default: CoroutineDispatcher =

0 commit comments

Comments
 (0)