Rollup merge of #50797 - shamiao:patch-1, r=kennytm

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

a minor typo in docs.
This commit is contained in:
kennytm 2018-05-16 23:23:04 +08:00
commit 0306630925
No known key found for this signature in database
GPG Key ID: FEF6C8051D0E013C

View File

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