Skip to content

Commit 4398350

Browse files
aosa4054qwwdfsad
authored andcommitted
fix typo: Coroutine"s"Context
1 parent 585b766 commit 4398350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class TestCoroutineContext(private val name: String? = null) : CoroutineContext
8989
*
9090
* @param delayTime The amount of time to move the CoroutineContext's clock forward.
9191
* @param unit The [TimeUnit] in which [delayTime] and the return value is expressed.
92-
* @return The amount of delay-time that this CoroutinesContext's clock has been forwarded.
92+
* @return The amount of delay-time that this CoroutineContext's clock has been forwarded.
9393
*/
9494
public fun advanceTimeBy(delayTime: Long, unit: TimeUnit = TimeUnit.MILLISECONDS): Long {
9595
val oldTime = time

0 commit comments

Comments
 (0)