We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199c361 commit 69c301fCopy full SHA for 69c301f
library/core/src/num/error.rs
@@ -92,7 +92,7 @@ pub enum IntErrorKind {
92
/// Among other causes, this variant will be constructed when parsing an empty string.
93
#[stable(feature = "int_error_matching", since = "1.47.0")]
94
Empty,
95
- /// Contains an digit invalid in its context.
+ /// Contains an invalid digit in its context.
96
///
97
/// Among other causes, this variant will be constructed when parsing a string that
98
/// contains a non-asci char.
0 commit comments