Skip to content

Commit d8ae171

Browse files
committed
Fix
1 parent ee6f85f commit d8ae171

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ public class UnconfinedTestDispatcher(
8686
*
8787
* One can additionally pass a [name] in order to more easily distinguish this dispatcher during debugging.
8888
*
89-
* @see UnconfinedTestDispatcher for a dispatcher that immediately enters [launch] and [async] blocks and is not
90-
* confined to any particular thread.
89+
* @see UnconfinedTestDispatcher for a dispatcher that is not confined to any particular thread.
9190
*/
9291
@ExperimentalCoroutinesApi
9392
public class StandardTestDispatcher(

0 commit comments

Comments
 (0)