Skip to content

Commit 7dd6b66

Browse files
hastebrotelizarov
authored andcommitted
Update README.md
Minor typo and typography fixes.
1 parent 7e94e70 commit 7dd6b66

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ launch {
1818

1919
## Modules
2020

21-
* [common](common/README.md) - common coroutines across all backends:
21+
* [common](common/README.md) — common coroutines across all backends:
2222
* `launch` and `async` coroutine builders;
2323
* `Job` and `Deferred` light-weight future with cancellation support;
2424
* `delay` and `yield` top-level suspending functions.
25-
* [js](js/README.md) - Kotlin/JS implementation of common coroutines with `Promise` support.
26-
* [core](core/README.md) -- Kotlin/JVM implementation of common coroutines with additional features:
25+
* [js](js/README.md) — Kotlin/JS implementation of common coroutines with `Promise` support.
26+
* [core](core/README.md) — Kotlin/JVM implementation of common coroutines with additional features:
2727
* `CommonPool` coroutine context (default on JVM);
2828
* `Channel` and `Mutex` communication and synchronization primitives;
2929
* `produce` and `actor` coroutine builders;
3030
* `select` expression support and more.
31-
* [reactive](reactive/README.md) -- modules that provide builders and iteration support for various reactive streams libraries:
31+
* [reactive](reactive/README.md) — modules that provide builders and iteration support for various reactive streams libraries:
3232
* Reactive Streams, RxJava 1.x and 2.x and Project Reactor.
33-
* [ui](ui/README.md) -- modules that provide coroutine dispatchers for various single-threaded UI libraries:
34-
* Android, JavaFx, and Swing.
35-
* [integration](integration/README.md) -- modules that provide integration with various asynchronous callback- and future-based libraries.
33+
* [ui](ui/README.md) — modules that provide coroutine dispatchers for various single-threaded UI libraries:
34+
* Android, JavaFX, and Swing.
35+
* [integration](integration/README.md) — modules that provide integration with various asynchronous callback- and future-based libraries.
3636
* JDK8 `CompletableFuture`, Guava `ListenableFuture`, and synchronous networking/IO.
3737

3838
## Documentation

0 commit comments

Comments
 (0)