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 74774df commit 0148534Copy full SHA for 0148534
docs/topics/coroutines-and-channels.md
@@ -92,8 +92,8 @@ This API is used by the `loadContributorsBlocking()` function to fetch the list
92
93
```kotlin
94
fun loadContributorsBlocking(
95
- service: GitHubService,
96
- req: RequestData
+ service: GitHubService,
+ req: RequestData
97
): List<User> {
98
val repos = service
99
.getOrgReposCall(req.org) // #1
0 commit comments