Skip to content

Commit 517a259

Browse files
paolopelizarov
authored andcommitted
Update ThreadPoolDispatcher.kt
Fixed typos.
1 parent b5c25ba commit 517a259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import java.util.concurrent.atomic.AtomicInteger
2323
import kotlin.coroutines.experimental.CoroutineContext
2424

2525
/**
26-
* Creates new coroutine execution context with the a single thread and built-in [yield] and [delay] support.
26+
* Creates a new coroutine execution context using a single thread with built-in [yield] and [delay] support.
2727
* **NOTE: The resulting [ThreadPoolDispatcher] owns native resources (its thread).
2828
* Resources are reclaimed by [ThreadPoolDispatcher.close].**
2929
*

0 commit comments

Comments
 (0)