codelab-kotlin-coroutines
codelab-kotlin-coroutines copied to clipboard
Small issue in the text of Advanced Kotlin Coroutines 11. Combining flows declaratively
trafficstars
When explaining the combine() operator, in the middle of the paragraph, the sentence:
That means that while Room starts the network request, Retrofit can start the network query.
Should probably be:
That means that while Room starts the database query, Retrofit can start the network request.
I added the emphasis just to call out the differences, of course. Probably better to not add it on the actual text.