Skip to content

Commit 440c8d9

Browse files
committed
Fixed typo in docs
1 parent d76456f commit 440c8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-test/src/TestCoroutineDispatcher.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public class UncompletedCoroutinesError(message: String, cause: Throwable? = nul
110110
* immediately executed. If they were scheduled with a delay, the virtual clock-time must be advanced via one of the
111111
* methods on [DelayController].
112112
*
113-
* When swished to lazy execution using [pauseDispatcher] any coroutines started via [launch] or [async] will
113+
* When switched to lazy execution using [pauseDispatcher] any coroutines started via [launch] or [async] will
114114
* not execute until a call to [DelayController.runCurrent] or the virtual clock-time has been advanced via one of the
115115
* methods on [DelayController].
116116
*

0 commit comments

Comments
 (0)