Skip to content

Commit ed0cf7a

Browse files
authored
Update README.md (Kotlin#3910)
Fix the documentation for the punctuation at core/jvm section.
1 parent 2a580df commit ed0cf7a

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
@@ -36,7 +36,7 @@ suspend fun main() = coroutineScope {
3636
* [select] expression support and more.
3737
* [core/jvm](kotlinx-coroutines-core/jvm/) — additional core features available on Kotlin/JVM:
3838
* [Dispatchers.IO] dispatcher for blocking coroutines;
39-
* [Executor.asCoroutineDispatcher][asCoroutineDispatcher] extension, custom thread pools, and more.
39+
* [Executor.asCoroutineDispatcher][asCoroutineDispatcher] extension, custom thread pools, and more;
4040
* Integrations with `CompletableFuture` and JVM-specific extensions.
4141
* [core/js](kotlinx-coroutines-core/js/) — additional core features available on Kotlin/JS:
4242
* Integration with `Promise` via [Promise.await] and [promise] builder;

0 commit comments

Comments
 (0)