Skip to content

Commit e29b035

Browse files
Inegoelizarov
authored andcommitted
Remove unnecessary space
1 parent 1e9b60d commit e29b035

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
@@ -11,7 +11,7 @@ coroutine-enabled primitives that this guide covers, including `launch`, `async`
1111
This is a guide on core features of `kotlinx.coroutines` with a series of examples, divided up into different topics.
1212

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

1616
## Table of contents
1717

0 commit comments

Comments
 (0)