We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9b60d commit e29b035Copy full SHA for e29b035
docs/coroutines-guide.md
@@ -11,7 +11,7 @@ coroutine-enabled primitives that this guide covers, including `launch`, `async`
11
This is a guide on core features of `kotlinx.coroutines` with a series of examples, divided up into different topics.
12
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
14
-[in the project README ](../README.md#using-in-your-projects).
+[in the project README](../README.md#using-in-your-projects).
15
16
## Table of contents
17
0 commit comments