Skip to content

Commit c64568c

Browse files
MasoodFallahpoorpablobaxter
authored andcommitted
Remove a duplicated word in the API doc of GlobalScope (Kotlin#2874)
1 parent 308b7c2 commit c64568c

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)