Skip to content

Commit

Permalink
Fixed typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Apr 20, 2019
1 parent d76456f commit 440c8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlinx-coroutines-test/src/TestCoroutineDispatcher.kt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public class UncompletedCoroutinesError(message: String, cause: Throwable? = nul
* immediately executed. If they were scheduled with a delay, the virtual clock-time must be advanced via one of the
* methods on [DelayController].
*
* When swished to lazy execution using [pauseDispatcher] any coroutines started via [launch] or [async] will
* When switched to lazy execution using [pauseDispatcher] any coroutines started via [launch] or [async] will
* not execute until a call to [DelayController.runCurrent] or the virtual clock-time has been advanced via one of the
* methods on [DelayController].
*
Expand Down

0 comments on commit 440c8d9

Please sign in to comment.