1
0
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:
Jan Knobloch
2024-09-04 08:19:02 +02:00
committed by GitHub
parent 7046c3c418
commit 04a299bd34

View File

@@ -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