We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f21df commit d88a8c2Copy full SHA for d88a8c2
kotlinx-coroutines-test/common/src/TestBuilders.kt
@@ -57,7 +57,7 @@ public expect class TestResult
57
*
58
* The test is run in a single thread, unless other [CoroutineDispatcher] are used for child coroutines.
59
* 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
+ * In order for the spawned-off asynchronous code to actually be executed, one must either [yield] or suspend the
61
* test body some other way, or use commands that control scheduling (see [TestCoroutineScheduler]).
62
63
* ```
0 commit comments