Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hltj committed Apr 29, 2019
2 parents d0db66d + d0f6229 commit 6e91100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlinx-coroutines-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ This style is preferred when the `CoroutineScope` is passed through an extension

### Providing an explicit `TestCoroutineScope`

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
such as dependency injection or service locators.

Tests can declare a [TestCoroutineScope] explicitly in the class to support these use cases.
Expand Down

0 comments on commit 6e91100

Please sign in to comment.