1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 09:14:39 +02:00

[crystal/de-de] Fix typo (#5107)

This commit is contained in:
Jan Knobloch
2024-09-08 23:51:07 +02:00
committed by GitHub
parent 0eff0a5115
commit afc273c12d

View File

@@ -445,7 +445,7 @@ class Human
end
# Eine Klasse instanzieren
# Eine Klasse instanziieren
jim = Human.new("Jim Halpert")
dwight = Human.new("Dwight K. Schrute")