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 f77533c commit 6130238Copy full SHA for 6130238
docs/basics.md
@@ -326,7 +326,7 @@ World!
326
327
328
But what if the extracted function contains a coroutine builder which is invoked on the current scope?
329
-In this case `suspend` modifier on the extracted function is not enough. Making `doWorld` extension
+In this case `suspend` modifier on the extracted function is not enough. Making `doWorld` an extension
330
method on `CoroutineScope` is one of the solutions, but it may not always be applicable as it does not make API clearer.
331
The idiomatic solution is to have either an explicit `CoroutineScope` as a field in a class containing the target function
332
or an implicit one when the outer class implements `CoroutineScope`.
0 commit comments