Skip to content

Commit 6649745

Browse files
authored
Add missing 'the' (#2200)
1 parent a61c6cc commit 6649745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/coroutines-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ coroutine-enabled primitives that this guide covers, including `launch`, `async`
1010

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

13-
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
13+
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
1414
[in the project README](../README.md#using-in-your-projects).
1515

1616
## Table of contents

0 commit comments

Comments
 (0)