Skip to content

Commit

Permalink
fixes documentation (crystal-lang#6142)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-huxtable authored and RX14 committed May 29, 2018
1 parent 9e227fe commit 61da45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/char.cr
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ struct Char
ascii? ? ascii_whitespace? : Unicode.whitespace?(self)
end

# Returns `true` if this char is an ASCII hex digit ('0' to '9', 'a' to 'z', 'A' to 'Z').
# Returns `true` if this char is an ASCII hex digit ('0' to '9', 'a' to 'f', 'A' to 'F').
#
# ```
# '5'.hex? # => true
Expand Down

0 comments on commit 61da45f

Please sign in to comment.