Skip to content

Commit e06b6ca

Browse files
paolopqwwdfsad
authored andcommitted
Update CommonPool.kt
Typo.
1 parent c51bde0 commit e06b6ca

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/CommonPool.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ object CommonPool : CoroutineDispatcher() {
3939
* Name of the property that controls default parallelism level of [CommonPool].
4040
* If the property is not specified, `Runtime.getRuntime().availableProcessors() - 1` will be used instead (or `1` for single-core JVM).
4141
* Note that until Java 10, if an application is run within a container,
42-
* `Runtime.getRuntime().availableProcessors()` is not aware of container constraints and will return real number of cores.
42+
* `Runtime.getRuntime().availableProcessors()` is not aware of container constraints and will return the real number of cores.
4343
*/
4444
public const val DEFAULT_PARALLELISM_PROPERTY_NAME = "kotlinx.coroutines.default.parallelism"
4545

0 commit comments

Comments
 (0)