asci -> ASCII

Co-authored-by: Ashley Mannix <kodraus@hey.com>
This commit is contained in:
Ethan Brierley 2020-10-26 05:51:22 -05:00 committed by GitHub
parent 69c301f0f3
commit 75e6deefee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ pub enum IntErrorKind {
/// 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.
/// contains a non-ASCII char.
///
/// This variant is also constructed when a `+` or `-` is misplaced within a string
/// either on its own or in the middle of a number.