This commit is contained in:
Lenny222 2012-01-02 14:03:06 +01:00 committed by Marijn Haverbeke
parent 1741ef75ac
commit 86279e8693

View File

@ -122,7 +122,7 @@ pure fn to_digit(c: char) -> u8 unsafe {
}
/*
Function: to_digit
Function: maybe_digit
Convert a char to the corresponding digit. Returns none when the
character is not a valid hexadecimal digit.