Small reword

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

View file

@ -92,7 +92,7 @@ pub enum IntErrorKind {
/// Among other causes, this variant will be constructed when parsing an empty string.
#[stable(feature = "int_error_matching", since = "1.47.0")]
Empty,
/// Contains an digit invalid in its context.
/// 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.