Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hltj committed Mar 15, 2019
2 parents c481bc2 + 325b0ad commit 349a567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/kotlinx-coroutines-core/src/Builders.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import kotlin.coroutines.*
* This function should not be used from coroutine. It is designed to bridge regular blocking code
* to libraries that are written in suspending style, to be used in `main` functions and in tests.
*
* The default [CoroutineDispatcher] for this builder in an internal implementation of event loop that processes continuations
* The default [CoroutineDispatcher] for this builder is an internal implementation of event loop that processes continuations
* in this blocked thread until the completion of this coroutine.
* See [CoroutineDispatcher] for the other implementations that are provided by `kotlinx.coroutines`.
*
Expand Down
2 changes: 1 addition & 1 deletion license/NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=========================================================================
== NOTICE file corresponding to the section 4 d of ==
== the Apache License, Version 2.0, ==
== in this case for the kotlix.coroutines library. ==
== in this case for the kotlinx.coroutines library. ==
=========================================================================

kotlinx.coroutines library.
Expand Down

0 comments on commit 349a567

Please sign in to comment.