We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f233abb commit 199c361Copy full SHA for 199c361
library/core/src/num/error.rs
@@ -97,7 +97,7 @@ pub enum IntErrorKind {
97
/// Among other causes, this variant will be constructed when parsing a string that
98
/// contains a non-asci char.
99
///
100
- /// This variant is also constructed when a `+` or `-` is misplaced within a sting
+ /// This variant is also constructed when a `+` or `-` is misplaced within a string
101
/// either on its own or in the middle of a number.
102
#[stable(feature = "int_error_matching", since = "1.47.0")]
103
InvalidDigit(#[stable(feature = "int_error_matching", since = "1.47.0")] char),
0 commit comments