about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-05-16 23:23:04 +0800
committerkennytm <kennytm@gmail.com>2018-05-17 05:18:18 +0800
commit0306630925bf4ab112bf1778bea0b27919b1cc8f (patch)
tree75969d17c4580af1118dfa8d5e49a5987f07a891
parente4f8132a32b8364c839864e32eeb42021ab37c6c (diff)
parenta2896bf814d8fda797abb4d5cbd7972510516de8 (diff)
Rollup merge of #50797 - shamiao:patch-1, r=kennytm
fix a typo in signed-integer::from_str_radix()

a minor typo in docs.
-rw-r--r--src/libcore/num/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/num/mod.rs b/src/libcore/num/mod.rs
index a062fbda5ba..a1168d74e4b 100644
--- a/src/libcore/num/mod.rs
+++ b/src/libcore/num/mod.rs
@@ -252,7 +252,7 @@ depending on `radix`:
 
  * `0-9`
  * `a-z`
- * `a-z`
+ * `A-Z`
 
 # Panics