Skip to content

Commit f8d1821

Browse files
authored
Fix typo in coroutine-context-and-dispatchers.md (#3941)
1 parent 20707d3 commit f8d1821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/coroutine-context-and-dispatchers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ class Activity {
502502
// to be continued ...
503503
```
504504

505-
Now, we can launch coroutines in the scope of this `Activity` using the defined `scope`.
505+
Now, we can launch coroutines in the scope of this `Activity` using the defined `mainScope`.
506506
For the demo, we launch ten coroutines that delay for a different time:
507507

508508
```kotlin

0 commit comments

Comments
 (0)