android / codelab-kotlin-coroutines

Kotlin Coroutines codelab
Apache License 2.0
552 stars 268 forks source link

Typo in explanation of step 11 #170

Open RodrigoKonzenKirch opened 2 years ago

RodrigoKonzenKirch commented 2 years ago

Typo in step 11 of "Advanced Kotlin coroutines codelab": https://developer.android.com/codelabs/advanced-kotlin-coroutines#10

Typo in this phrase (the word "and" is duplicated):

So if all we were doing was calling suspend functions in Retrofit and and using Room flows, we wouldn't need to complicate this code with main-safety concerns.