mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-04 22:07:52 +02:00
[elm/de-de] Fix typos (#5079)
This commit is contained in:
@@ -33,7 +33,7 @@ Hauptmerkmal von Elm sind die ausführlichen und gut erklärten Fehlermeldungen.
|
|||||||
-- Exponenten
|
-- Exponenten
|
||||||
5 ^ 2 -- 25
|
5 ^ 2 -- 25
|
||||||
|
|
||||||
-- Boolsche Werte
|
-- Boolesche Werte
|
||||||
not True -- False
|
not True -- False
|
||||||
not False -- True
|
not False -- True
|
||||||
1 == 1 -- True
|
1 == 1 -- True
|
||||||
|
Reference in New Issue
Block a user