diff --git a/docs/topics/coroutines-and-channels.md b/docs/topics/coroutines-and-channels.md index 4fcb413ce1..e3cb7e5a42 100644 --- a/docs/topics/coroutines-and-channels.md +++ b/docs/topics/coroutines-and-channels.md @@ -92,8 +92,8 @@ This API is used by the `loadContributorsBlocking()` function to fetch the list ```kotlin fun loadContributorsBlocking( - service: GitHubService, - req: RequestData + service: GitHubService, + req: RequestData ): List { val repos = service .getOrgReposCall(req.org) // #1