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

Wrong flow value name

Open kkgosu opened this issue 4 years ago • 1 comments
trafficstars

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

kkgosu avatar Mar 09 '21 20:03 kkgosu

image The problem is in 14'th step

Maribobah avatar Mar 12 '21 13:03 Maribobah