fix a typo in signed-integer::from_str_radix()

just a small typo.
This commit is contained in:
SHA Miao 2018-05-16 14:18:53 +08:00 committed by GitHub
parent 3c31e17ddc
commit a2896bf814
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -252,7 +252,7 @@ depending on `radix`:
* `0-9`
* `a-z`
* `a-z`
* `A-Z`
# Panics