Skip to content

Commit

Permalink
[crystal/de] Fix typo (#4952)
Browse files Browse the repository at this point in the history
  • Loading branch information
jk4e authored May 19, 2024
1 parent 54f75e0 commit f930b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion de-de/crystal-de.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 # {}
Expand Down

0 comments on commit f930b9e

Please sign in to comment.