Skip to content

Commit 199c361

Browse files
eopbKodrAus
andauthored
Fix spelling eror
Co-authored-by: Ashley Mannix <[email protected]>
1 parent f233abb commit 199c361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/num/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ pub enum IntErrorKind {
9797
/// Among other causes, this variant will be constructed when parsing a string that
9898
/// contains a non-asci char.
9999
///
100-
/// This variant is also constructed when a `+` or `-` is misplaced within a sting
100+
/// This variant is also constructed when a `+` or `-` is misplaced within a string
101101
/// either on its own or in the middle of a number.
102102
#[stable(feature = "int_error_matching", since = "1.47.0")]
103103
InvalidDigit(#[stable(feature = "int_error_matching", since = "1.47.0")] char),

0 commit comments

Comments
 (0)