Skip to content

Commit 3c29d96

Browse files
Remove a duplicated word in the API doc of GlobalScope (#2874)
1 parent 7e762d3 commit 3c29d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public val CoroutineScope.isActive: Boolean
185185
* }
186186
* ```
187187
*
188-
* In top-level code, when launching a concurrent operation operation from a non-suspending context, an appropriately
188+
* In top-level code, when launching a concurrent operation from a non-suspending context, an appropriately
189189
* confined instance of [CoroutineScope] shall be used instead of a `GlobalScope`. See docs on [CoroutineScope] for
190190
* details.
191191
*

0 commit comments

Comments
 (0)