codelab-kotlin-coroutines icon indicating copy to clipboard operation
codelab-kotlin-coroutines copied to clipboard

Small issue in the text of Advanced Kotlin Coroutines 11. Combining flows declaratively

Open arctouch-ianribas opened this issue 5 years ago • 0 comments
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.

arctouch-ianribas avatar Apr 08 '20 22:04 arctouch-ianribas