android / codelab-kotlin-coroutines

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

Wrong flow value name #134

Open kkgosu opened 3 years ago

kkgosu commented 3 years ago

In last step of advanced kotlin coroutines you can see strange growZoneChannel in the text few times. Actually it must be growZoneFlow. And in code snippets you should write growZoneFlow instead of growZone

Maribobah commented 3 years ago

image The problem is in 14'th step