From 82e62882163c5804fb4ad629ebcb58f363052bf7 Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Mon, 8 Apr 2024 07:04:27 -0700 Subject: [crystal/de] fix quote --- de-de/crystal-de.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'de-de/crystal-de.html.markdown') 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 -- cgit v1.2.3