Skip to content

Commit

Permalink
Add missing 'the' (Kotlin#2200)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoendermann committed Aug 17, 2020
1 parent a61c6cc commit 6649745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/coroutines-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ coroutine-enabled primitives that this guide covers, including `launch`, `async`

This is a guide on core features of `kotlinx.coroutines` with a series of examples, divided up into different topics.

In order to use coroutines as well as follow the examples in this guide, you need to add a dependency on `kotlinx-coroutines-core` module as explained
In order to use coroutines as well as follow the examples in this guide, you need to add a dependency on the `kotlinx-coroutines-core` module as explained
[in the project README](../README.md#using-in-your-projects).

## Table of contents
Expand Down

0 comments on commit 6649745

Please sign in to comment.