Skip to content

Commit 2fb055e

Browse files
authored
Fix a typo (#3461)
1 parent 4f686c8 commit 2fb055e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/jvm/src/scheduling/CoroutineScheduler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ import kotlin.random.*
6969
*
7070
* When a new task arrives in the scheduler (whether it is local or global queue),
7171
* either an idle worker is being signalled, or a new worker is attempted to be created.
72-
* Only [corePoolSize] workers can be created for regular CPU tasks)
72+
* (Only [corePoolSize] workers can be created for regular CPU tasks)
7373
*
7474
* ### Support for blocking tasks
7575
* The scheduler also supports the notion of [blocking][TASK_PROBABLY_BLOCKING] tasks.

0 commit comments

Comments
 (0)