Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/string.cr
Original file line number Diff line number Diff line change
@@ -121,7 +121,7 @@ require "c/string"
# "\377" # string with one byte with value 255
#
# # Hexadecimal escape sequences
# "\x45" # # => "A"
# "\x41" # # => "A"
# "\xFF" # string with one byte with value 255
# ```
#

0 comments on commit 2eca01b

Please sign in to comment.