Skip to content

Commit 7cc53d9

Browse files
OlegAndreychqwwdfsad
authored andcommitted
Typo in CoroutineScope's javadoc
1 parent ae57774 commit 7cc53d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public suspend fun <R> coroutineScope(block: suspend CoroutineScope.() -> R): R
181181
* Creates a [CoroutineScope] that wraps the given coroutine [context].
182182
*
183183
* If the given [context] does not contain a [Job] element, then a default `Job()` is created.
184-
* This way, cancellation or failure or any child coroutine in this scope cancels all the other children,
184+
* This way, cancellation or failure of any child coroutine in this scope cancels all the other children,
185185
* just like inside [coroutineScope] block.
186186
*/
187187
@Suppress("FunctionName")

0 commit comments

Comments
 (0)