Skip to content

Commit 4f0a3b9

Browse files
ahmedmsvbelizarov
authored andcommitted
Fix header documentation typo in "TestCoroutineContext"
1 parent fcfabee commit 4f0a3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/jvm/src/test_/TestCoroutineContext.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import kotlin.coroutines.*
2222
* with non-blocking Rx chains that contain delays, timeouts, intervals and such.
2323
*
2424
* 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
25+
* This dispatcher's virtual time will be automatically advanced based on the delayed actions
2626
* within the Coroutine(s).
2727
*
2828
* **Note: This API will become obsolete in future updates due to integration with structured concurrency.**

0 commit comments

Comments
 (0)