Skip to content

Commit

Permalink
[elm/de-de] Fix typos (#5079)
Browse files Browse the repository at this point in the history
  • Loading branch information
jk4e authored Sep 4, 2024
1 parent 7046c3c commit 04a299b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions de-de/elm-de.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Hauptmerkmal von Elm sind die ausführlichen und gut erklärten Fehlermeldungen.
-- Exponenten
5 ^ 2 -- 25

-- Boolsche Werte
-- Boolesche Werte
not True -- False
not False -- True
1 == 1 -- True
Expand Down Expand Up @@ -274,7 +274,7 @@ otherOrigin : Point3D
otherOrigin =
Point3D 0 0 0

-- Aber es ist immernoch der selbe Typ, da es nur ein Alias ist!
-- Aber es ist immer noch derselbe Typ, da es nur ein Alias ist!
origin == otherOrigin -- True

-- Neben den Records gibt es auch noch so genannte Summentypen.
Expand Down

0 comments on commit 04a299b

Please sign in to comment.