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 7e762d3 commit 3c29d96Copy full SHA for 3c29d96
kotlinx-coroutines-core/common/src/CoroutineScope.kt
@@ -185,7 +185,7 @@ public val CoroutineScope.isActive: Boolean
185
* }
186
* ```
187
*
188
- * In top-level code, when launching a concurrent operation operation from a non-suspending context, an appropriately
+ * In top-level code, when launching a concurrent operation from a non-suspending context, an appropriately
189
* confined instance of [CoroutineScope] shall be used instead of a `GlobalScope`. See docs on [CoroutineScope] for
190
* details.
191
0 commit comments