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 c41b402 commit 2d96dc9Copy full SHA for 2d96dc9
kotlinx-coroutines-core/common/src/CoroutineScope.kt
@@ -178,7 +178,7 @@ public val CoroutineScope.isActive: Boolean
178
* ```
179
* // concurrently load configuration and data
180
* suspend fun loadConfigurationAndData() {
181
- * coroutinesScope {
+ * coroutineScope {
182
* launch { loadConfiguration() }
183
* launch { loadData() }
184
* }
0 commit comments