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: #154

Open koraysels opened 2 years ago

koraysels commented 2 years ago

Describe the problem typo

In which step of the codelab can this issue be found? step 3 part 3

Steps to reproduce? println("scientific.get("swordtail""))

should be

println(scientific.get("swordtail"))

codelab: kotlin-bootcamp