We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e89a17 commit 4508b13Copy full SHA for 4508b13
kotlinx-coroutines-core/common/src/CoroutineScope.kt
@@ -49,7 +49,7 @@ import kotlin.coroutines.intrinsics.*
49
* * `CoroutineScope()` uses [Dispatchers.Default] for its coroutines.
50
* * `MainScope()` uses [Dispatchers.Main] for its coroutines.
51
*
52
- * **The key part of custom usage of `CustomScope` is cancelling it and the end of the lifecycle.**
+ * **The key part of custom usage of `CustomScope` is cancelling it at the end of the lifecycle.**
53
* The [CoroutineScope.cancel] extension function shall be used when the entity that was launching coroutines
54
* is no longer needed. It cancels all the coroutines that might still be running on behalf of it.
55
0 commit comments