Skip to content

Commit

Permalink
fix a typo in signed-integer::from_str_radix()
Browse files Browse the repository at this point in the history
just a small typo.
  • Loading branch information
shamiao committed May 16, 2018
1 parent 3c31e17 commit a2896bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/num/mod.rs
Expand Up @@ -252,7 +252,7 @@ depending on `radix`:
* `0-9`
* `a-z`
* `a-z`
* `A-Z`
# Panics
Expand Down

0 comments on commit a2896bf

Please sign in to comment.