summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--de-de/crystal-de.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/de-de/crystal-de.html.markdown b/de-de/crystal-de.html.markdown
index 2c1dda72..b45b673c 100644
--- a/de-de/crystal-de.html.markdown
+++ b/de-de/crystal-de.html.markdown
@@ -82,7 +82,7 @@ true.class # => Bool
"s".class # => String
# Strings sind unveränderlich
-s = 'hello, " # => "hello, " : String
+s = "hello, " # => "hello, " : String
s.object_id # => 1234667712 : UInt64
s += "Crystal" # => "hello, Crystal" : String
s.object_id # => 142528472 : UInt64