Skip to content

Commit dd890c9

Browse files
committed
Improve documentation of limitedParallelism
1 parent a9bb5d3 commit dd890c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/common/src/CoroutineDispatcher.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public abstract class CoroutineDispatcher :
6969
* no more than [parallelism] coroutines are executed at the same time.
7070
*
7171
* 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
72+
* each view controls its own parallelism independently with the guarantee that effective parallelism
7373
* of all views cannot exceed the actual parallelism of the original dispatcher.
7474
*
7575
* The resulting dispatcher does not guarantee that the coroutines will always be dispatched on the same

0 commit comments

Comments
 (0)