From 69c301f0f36696f93a90bb7a6afe9081b0d04233 Mon Sep 17 00:00:00 2001 From: Ethan Brierley Date: Mon, 26 Oct 2020 05:51:07 -0500 Subject: [PATCH] Small reword Co-authored-by: Ashley Mannix --- library/core/src/num/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/num/error.rs b/library/core/src/num/error.rs index 91a24e7740a..d1a65aa35ae 100644 --- a/library/core/src/num/error.rs +++ b/library/core/src/num/error.rs @@ -92,7 +92,7 @@ pub enum IntErrorKind { /// Among other causes, this variant will be constructed when parsing an empty string. #[stable(feature = "int_error_matching", since = "1.47.0")] Empty, - /// Contains an digit invalid in its context. + /// Contains an invalid digit in its context. /// /// Among other causes, this variant will be constructed when parsing a string that /// contains a non-asci char.