Skip to content

Commit a2896bf

Browse files
authored
fix a typo in signed-integer::from_str_radix()
just a small typo.
1 parent 3c31e17 commit a2896bf

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)