Skip to content

Commit

Permalink
Merge pull request #23 from viggobergdahl/patch-6
Browse files Browse the repository at this point in the history
Added "for-do -> for-yield" to Week 2 Contrasts
  • Loading branch information
bjornregnell authored Oct 18, 2024
2 parents da2eb4e + 9b314eb commit 673303a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/data.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ lazy val terms = Seq[(Week, Concepts | Contrasts | Code)](
"pseudokod" -> "exekverbar implementation",
"parameter" -> "argument",
"returtyp" -> "parametertyp",
"for-do" -> "for-yield",
),
Week(2) -> Code(
"en funktion som ger minsta heltalet i en heltalssekvens,\nutan att använda inbyggda min",
Expand Down

0 comments on commit 673303a

Please sign in to comment.