File tree 1 file changed +1
-1
lines changed
kotlinx-coroutines-test/common/src
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ public class TestCoroutineScheduler : AbstractCoroutineContextElement(TestCorout
108
108
* Runs the enqueued tasks in the specified order, advancing the virtual time as needed until there are no more
109
109
* tasks associated with the dispatchers linked to this scheduler.
110
110
*
111
- * A breaking change from [ TestCoroutineDispatcher.advanceTimeBy] is that it no longer returns the total number of
111
+ * A breaking change from ` TestCoroutineDispatcher.advanceTimeBy` is that it no longer returns the total number of
112
112
* milliseconds by which the execution of this method has advanced the virtual time. If you want to recreate that
113
113
* functionality, query [currentTime] before and after the execution to achieve the same result.
114
114
*/
You can’t perform that action at this time.
0 commit comments