We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8140cfe commit d0f6229Copy full SHA for d0f6229
kotlinx-coroutines-test/README.md
@@ -264,7 +264,7 @@ This style is preferred when the `CoroutineScope` is passed through an extension
264
265
### Providing an explicit `TestCoroutineScope`
266
267
-In many cases, the direct style is not preferred because [CoroutineScope] may need to be provided through anther means
+In many cases, the direct style is not preferred because [CoroutineScope] may need to be provided through another means
268
such as dependency injection or service locators.
269
270
Tests can declare a [TestCoroutineScope] explicitly in the class to support these use cases.
0 commit comments