We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 585b766 commit 4398350Copy full SHA for 4398350
kotlinx-coroutines-core/jvm/src/test_/TestCoroutineContext.kt
@@ -89,7 +89,7 @@ class TestCoroutineContext(private val name: String? = null) : CoroutineContext
89
*
90
* @param delayTime The amount of time to move the CoroutineContext's clock forward.
91
* @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.
+ * @return The amount of delay-time that this CoroutineContext's clock has been forwarded.
93
*/
94
public fun advanceTimeBy(delayTime: Long, unit: TimeUnit = TimeUnit.MILLISECONDS): Long {
95
val oldTime = time
0 commit comments