lunduniversity / introprog

Teaching material for "Introduction to Programming using Scala" at Lund University, LTH. http://cs.lth.se/pgk/
141 stars 167 forks source link

fix lab code skeleton in w04 #764

Closed johannesnydahl closed 8 months ago

johannesnydahl commented 8 months ago

The "s" is not needed here because string interpolation is not used.

bjornregnell commented 8 months ago

Thanks for spotting this! I'd prefer if a string interpolator was used; hence that the data after + is inserted in the string in ${}. Would you like to fix that?

johannesnydahl commented 8 months ago

Will do!