You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/coroutines-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ coroutine-enabled primitives that this guide covers, including `launch`, `async`
10
10
11
11
This is a guide on core features of `kotlinx.coroutines` with a series of examples, divided up into different topics.
12
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
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
14
14
[in the project README](../README.md#using-in-your-projects).
0 commit comments