We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7676e22 commit 497d343Copy full SHA for 497d343
coroutines-guide.md
@@ -40,7 +40,7 @@ Kotlin, as a language, provides only minimal low-level APIs in its standard libr
40
libraries to utilize coroutines. Unlike many other languages with similar capabilities, `async` and `await`
41
are not keywords in Kotlin and are not even part of its standard library.
42
43
-`kotlinx.coroutines` in one such rich library. It contains a number of high-level
+`kotlinx.coroutines` is one such rich library. It contains a number of high-level
44
coroutine-enabled primitives that this guide covers, including `async` and `await`.
45
You need to add a dependency on `kotlinx-coroutines-core` module as explained
46
[here](README.md#using-in-your-projects) to use primitives from this guide in your projects.
0 commit comments