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 #220

Open NadeenXo opened 5 months ago

NadeenXo commented 5 months ago

Describe the problem there is extra "" not needed In which step of the codelab can this issue be found? 2 Steps to reproduce? remove the "" from this => println("scientific.get("swordtail"") before s and afterthe last "

Versions What version of IntelliJ IDEA are you using? will not effect

Additional information println("scientific.get("swordtail"")

codelab: kotlin-bootcamp