Skip to content

Commit a4eee7a

Browse files
cypressiouselizarov
authored andcommitted
Fix typo
1 parent 8b38fa2 commit a4eee7a

File tree

1 file changed

+1
-1
lines changed
  • core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental

1 file changed

+1
-1
lines changed

core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/Builders.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public fun launch(context: CoroutineContext, start: Boolean, block: suspend Coro
8383
* a current one, otherwise it is ignored.
8484
* By default, the coroutine is immediately scheduled for execution and can be cancelled
8585
* while it is waiting to be executed and it can be cancelled while the result is scheduled
86-
* to be be processed by the invoker context.
86+
* to be processed by the invoker context.
8787
* Other options can be specified via `start` parameter. See [CoroutineStart] for details.
8888
* A value of [CoroutineStart.LAZY] is not supported and produces [IllegalArgumentException].
8989
*/

0 commit comments

Comments
 (0)