Skip to content

Commit

Permalink
Merge pull request #747 from Aresiel/patch-2
Browse files Browse the repository at this point in the history
Punkt tillagd mellan "xs" och "map" i Uppgift 5, W02
  • Loading branch information
bjornregnell authored Sep 5, 2023
2 parents 04c3076 + dfa10f8 commit 971c05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quiz/QuizData.scala
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ object QuizData { // to generate tables for a concept connection quizes in late
"\\code|ys.mkString |" -> "ny sträng med alla element intill varandra",
"\\code|ys.mkString(\",\") |" -> "ny sträng med komma mellan elementen",
"\\code|xs.map(_.toString) |" -> "ny samling, elementen omgjorda till strängar",
"\\code|xs map (_.toInt) |" -> "ny samling, elementen omgjorda till heltal",
"\\code|xs.map(_.toInt) |" -> "ny samling, elementen omgjorda till heltal",
"" -> ""
).filter(_._1.trim.nonEmpty),

Expand Down

0 comments on commit 971c05d

Please sign in to comment.