Skip to content

Commit

Permalink
Remove a duplicated word in the API doc of GlobalScope (Kotlin#2874)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasoodFallahpoor committed Aug 12, 2021
1 parent 7e762d3 commit 3c29d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlinx-coroutines-core/common/src/CoroutineScope.kt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public val CoroutineScope.isActive: Boolean
* }
* ```
*
* 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
* confined instance of [CoroutineScope] shall be used instead of a `GlobalScope`. See docs on [CoroutineScope] for
* details.
*
Expand Down

0 comments on commit 3c29d96

Please sign in to comment.