Skip to content

Commit

Permalink
Fix example of hexadecimal sequence (#5032)
Browse files Browse the repository at this point in the history
Fixes #5030
  • Loading branch information
faustinoaq authored and RX14 committed Sep 26, 2017
1 parent ecd3368 commit 2eca01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/string.cr
Expand Up @@ -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
# ```
#
Expand Down

0 comments on commit 2eca01b

Please sign in to comment.