Skip to content

Commit 497d343

Browse files
rhenckeelizarov
authored andcommitted
Fix small typo in coroutines-guide.md.
1 parent 7676e22 commit 497d343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coroutines-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Kotlin, as a language, provides only minimal low-level APIs in its standard libr
4040
libraries to utilize coroutines. Unlike many other languages with similar capabilities, `async` and `await`
4141
are not keywords in Kotlin and are not even part of its standard library.
4242

43-
`kotlinx.coroutines` in one such rich library. It contains a number of high-level
43+
`kotlinx.coroutines` is one such rich library. It contains a number of high-level
4444
coroutine-enabled primitives that this guide covers, including `async` and `await`.
4545
You need to add a dependency on `kotlinx-coroutines-core` module as explained
4646
[here](README.md#using-in-your-projects) to use primitives from this guide in your projects.

0 commit comments

Comments
 (0)