diff --git a/Introduction to Coroutines and Channels/07_Progress.md b/Introduction to Coroutines and Channels/07_Progress.md index 300a50d..8eed708 100644 --- a/Introduction to Coroutines and Channels/07_Progress.md +++ b/Introduction to Coroutines and Channels/07_Progress.md @@ -16,7 +16,7 @@ each intermediate state: suspend fun loadContributorsProgress( service: GitHubService, req: RequestData, - suspend updateResults: (List, completed: Boolean) -> Unit + updateResults: suspend (List, completed: Boolean) -> Unit ) { // loading the data // calling `updateResults` on intermediate states