diff --git a/docs/topics/coroutines-and-channels.md b/docs/topics/coroutines-and-channels.md index ffc41e2c05..fb72911012 100644 --- a/docs/topics/coroutines-and-channels.md +++ b/docs/topics/coroutines-and-channels.md @@ -905,7 +905,7 @@ the parent coroutine. req: RequestData ): List = coroutineScope { // ... - GlobalScope.async { + async { log("starting loading for ${repo.name}") delay(3000) // load repo contributors