File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
kotlinx-coroutines-core/common/src Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ public object GlobalScope : CoroutineScope {
226
226
* The provided scope inherits its [coroutineContext][CoroutineScope.coroutineContext] from the outer scope, but overrides
227
227
* the context's [Job].
228
228
*
229
- * This function is designed for _parallel decomposition_ of work. When any child coroutine in this scope fails,
229
+ * This function is designed for _concurrent decomposition_ of work. When any child coroutine in this scope fails,
230
230
* this scope fails and all the rest of the children are cancelled (for a different behavior see [supervisorScope]).
231
231
* This function returns as soon as the given block and all its children coroutines are completed.
232
232
* A usage example of a scope looks like this:
You can’t perform that action at this time.
0 commit comments