Skip to content

Commit d88a8c2

Browse files
authored
Fix typo in runTest method docs (#3417)
1 parent d3f21df commit d88a8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public expect class TestResult
5757
*
5858
* The test is run in a single thread, unless other [CoroutineDispatcher] are used for child coroutines.
5959
* Because of this, child coroutines are not executed in parallel to the test body.
60-
* In order to for the spawned-off asynchronous code to actually be executed, one must either [yield] or suspend the
60+
* In order for the spawned-off asynchronous code to actually be executed, one must either [yield] or suspend the
6161
* test body some other way, or use commands that control scheduling (see [TestCoroutineScheduler]).
6262
*
6363
* ```

0 commit comments

Comments
 (0)