Skip to content

Commit

Permalink
Fix typo in coroutine-context-and-dispatchers.md (#3941)
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye committed Apr 11, 2024
1 parent 20707d3 commit f8d1821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/coroutine-context-and-dispatchers.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ class Activity {
// to be continued ...
```

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

```kotlin
Expand Down

0 comments on commit f8d1821

Please sign in to comment.