We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfabee commit 4f0a3b9Copy full SHA for 4f0a3b9
kotlinx-coroutines-core/jvm/src/test_/TestCoroutineContext.kt
@@ -22,7 +22,7 @@ import kotlin.coroutines.*
22
* with non-blocking Rx chains that contain delays, timeouts, intervals and such.
23
*
24
* This dispatcher can also handle *blocking* coroutines that are started by [runBlocking].
25
- * This dispatcher's virtual time will be automatically advanced based based on the delayed actions
+ * This dispatcher's virtual time will be automatically advanced based on the delayed actions
26
* within the Coroutine(s).
27
28
* **Note: This API will become obsolete in future updates due to integration with structured concurrency.**
0 commit comments