From f930b9e6d0c6a9c5fad9b3db21c088d05b3b45c5 Mon Sep 17 00:00:00 2001 From: Jan Knobloch <116908874+jk4e@users.noreply.github.com> Date: Sun, 19 May 2024 18:09:17 +0200 Subject: [crystal/de] Fix typo (#4952) --- de-de/crystal-de.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de-de/crystal-de.html.markdown b/de-de/crystal-de.html.markdown index b45b673c..423de5fb 100644 --- a/de-de/crystal-de.html.markdown +++ b/de-de/crystal-de.html.markdown @@ -170,7 +170,7 @@ set << 3 {1 => 2, 3 => 4}.class # => Hash(Int32, Int32) {1 => 2, 'a' => 3}.class # => Hash (Int32 | Char, Int32) -# Leere Hashes sollten einen Typen spezifieren +# Leere Hashes sollten einen Typen spezifizieren {} # Syntaxfehler {} of Int32 => Int32 # {} Hash(Int32, Int32).new # {} -- cgit v1.2.3