Skip to content

Commit 91d5ea9

Browse files
authored
Merge pull request #22 from RenanLukas/master
Fix typo in README.md
2 parents 9aebe57 + 9dc8768 commit 91d5ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It consists of the following modules:
99

1010
* `kotlinx-coroutines-core` module with core primitives to work with coroutines. It is designed to work on any JDK6+ and Android
1111
and contains the following main pieces:
12-
* `lanunch(context) { ... }` to start a coroutine in the given context.
12+
* `launch(context) { ... }` to start a coroutine in the given context.
1313
* `run(context) { ... }` to switch to a different context inside a coroutine.
1414
* `runBlocking(context) { ... }` to use asynchronous Kotlin APIs from a thread-blocking code.
1515
* `defer(context) { ... }` to get a deferred result of coroutine execution in a non-blocking way.

0 commit comments

Comments
 (0)