We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9bb5d3 commit dd890c9Copy full SHA for dd890c9
kotlinx-coroutines-core/common/src/CoroutineDispatcher.kt
@@ -69,7 +69,7 @@ public abstract class CoroutineDispatcher :
69
* no more than [parallelism] coroutines are executed at the same time.
70
*
71
* This method does not impose restrictions on the number of views or the total sum of parallelism values,
72
- * each view controls its own parallelism independently with the guarantee that the effective parallelism
+ * each view controls its own parallelism independently with the guarantee that effective parallelism
73
* of all views cannot exceed the actual parallelism of the original dispatcher.
74
75
* The resulting dispatcher does not guarantee that the coroutines will always be dispatched on the same
0 commit comments