We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2319be0 commit 8a21e4bCopy full SHA for 8a21e4b
docs/topics/coroutines-basics.md
@@ -57,7 +57,7 @@ the code with coroutines inside of `runBlocking { ... }` curly braces. This is h
57
`this: CoroutineScope` hint right after the `runBlocking` opening curly brace.
58
59
If you remove or forget `runBlocking` in this code, you'll get an error on the [launch] call, since `launch`
60
-is declared only in the [CoroutineScope]:
+is declared only on the [CoroutineScope]:
61
62
```Plain Text
63
Unresolved reference: launch
0 commit comments