[crystal/de] fix quote

This commit is contained in:
Boris Verkhovskiy 2024-04-08 07:04:27 -07:00
parent 868df8c4e8
commit 82e6288216

View File

@ -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