Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikm committed Sep 2, 2024
1 parent 25c4e79 commit c27b852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foredrag/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ bruke i dag, så trenger vi å gå litt gjennom basic Scala syntaks.
// en verdi av typen Int
val value: Int = 1
val value = 1
// sløfyer typen, type inference
// sløyfer typen, type inference

// metodekall
println("na" * 10 + " Batman")
Expand Down

0 comments on commit c27b852

Please sign in to comment.