google-developer-training / kotlin-bootcamp

Report issues with the Kotlin Bootcamp for Programmers codelab
7 stars 2 forks source link

L3.2 Pairs Triples issue: Typo in example "3. Try specifying a fish name that isn't in the map." #98

Open TimonDL opened 3 years ago

TimonDL commented 3 years ago

Describe the problem Extra quotes at code snippet println("scientific.get("swordtail"") Should been println(scientific.get("swordtail"))

In which step of the codelab can this issue be found? Lesson 3.2, step №3 Try specifying a fish name that isn't in the map

Steps to reproduce? Just look at code snippet ;)

codelab: kotlin-bootcamp https://developer.android.com/codelabs/android-development-kotlin-3.2