Skip to content

Commit 5813f28

Browse files
authored
Fix typo in GlobalScope docs
1 parent 43c91cc commit 5813f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public val CoroutineScope.isActive: Boolean
163163
*
164164
* ### Possible replacements
165165
*
166-
* In may cases uses of `GlobalScope` should be removed, marking the containing operation with `suspend`, for example:
166+
* In many cases uses of `GlobalScope` should be removed, marking the containing operation with `suspend`, for example:
167167
*
168168
* ```
169169
* suspend fun loadConfiguration() {

0 commit comments

Comments
 (0)