Skip to content

Commit 30b28f7

Browse files
committed
Fix broken link in KDoc
1 parent 060c00c commit 30b28f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-test/common/src/TestCoroutineScheduler.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public class TestCoroutineScheduler : AbstractCoroutineContextElement(TestCorout
108108
* Runs the enqueued tasks in the specified order, advancing the virtual time as needed until there are no more
109109
* tasks associated with the dispatchers linked to this scheduler.
110110
*
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
112112
* milliseconds by which the execution of this method has advanced the virtual time. If you want to recreate that
113113
* functionality, query [currentTime] before and after the execution to achieve the same result.
114114
*/

0 commit comments

Comments
 (0)