Skip to content

Commit 0306630

Browse files
committed
Rollup merge of rust-lang#50797 - shamiao:patch-1, r=kennytm
fix a typo in signed-integer::from_str_radix() a minor typo in docs.
2 parents e4f8132 + a2896bf commit 0306630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/num/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ depending on `radix`:
252252
253253
* `0-9`
254254
* `a-z`
255-
* `a-z`
255+
* `A-Z`
256256
257257
# Panics
258258

0 commit comments

Comments
 (0)