Fix spelling eror

Co-authored-by: Ashley Mannix <kodraus@hey.com>
This commit is contained in:
Ethan Brierley 2020-10-26 05:50:28 -05:00 committed by GitHub
parent f233abb909
commit 199c36115f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ pub enum IntErrorKind {
/// Among other causes, this variant will be constructed when parsing a string that
/// contains a non-asci char.
///
/// 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
/// either on its own or in the middle of a number.
#[stable(feature = "int_error_matching", since = "1.47.0")]
InvalidDigit(#[stable(feature = "int_error_matching", since = "1.47.0")] char),