Skip to content

Commit

Permalink
libcore: fix doc for char::to_digit
Browse files Browse the repository at this point in the history
Closes #3249.
  • Loading branch information
fsouza committed Aug 22, 2012
1 parent 907f5b4 commit 493117d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/char.rs
Expand Up @@ -107,7 +107,7 @@ pure fn is_digit(c: char) -> bool {
*
* # Safety note
*
* This function fails if `c` is not a valid char
* This function returns none if `c` is not a valid char
*
* # Return value
*
Expand Down

0 comments on commit 493117d

Please sign in to comment.