fix a typo in signed-integer::from_str_radix()
just a small typo.
This commit is contained in:
parent
3c31e17ddc
commit
a2896bf814
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ depending on `radix`:
|
|||
|
||||
* `0-9`
|
||||
* `a-z`
|
||||
* `a-z`
|
||||
* `A-Z`
|
||||
|
||||
# Panics
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue