Skip to content

Commit

Permalink
Small reword
Browse files Browse the repository at this point in the history
Co-authored-by: Ashley Mannix <kodraus@hey.com>
  • Loading branch information
eopb and KodrAus committed Oct 26, 2020
1 parent 199c361 commit 69c301f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/num/error.rs
Expand Up @@ -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.
Expand Down

0 comments on commit 69c301f

Please sign in to comment.