Skip to content

Commit 3b423b9

Browse files
authored
Fix a typo (#3214)
1 parent d0c82eb commit 3b423b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This package provides utilities for efficiently testing coroutines.
1111
| [runTest] | Runs the test code, automatically skipping delays and handling uncaught exceptions. |
1212
| [TestCoroutineScheduler] | The shared source of virtual time, used for controlling execution order and skipping delays. |
1313
| [TestScope] | A [CoroutineScope] that integrates with [runTest], providing access to [TestCoroutineScheduler]. |
14-
| [TestDispatcher] | A [CoroutineDispatcher] that whose delays are controlled by a [TestCoroutineScheduler]. |
14+
| [TestDispatcher] | A [CoroutineDispatcher] whose delays are controlled by a [TestCoroutineScheduler]. |
1515
| [Dispatchers.setMain] | Mocks the main dispatcher using the provided one. If mocked with a [TestDispatcher], its [TestCoroutineScheduler] is used everywhere by default. |
1616

1717
Provided [TestDispatcher] implementations:

0 commit comments

Comments
 (0)