Skip to content

Commit 69c301f

Browse files
eopbKodrAus
andauthored
Small reword
Co-authored-by: Ashley Mannix <[email protected]>
1 parent 199c361 commit 69c301f

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
@@ -92,7 +92,7 @@ pub enum IntErrorKind {
9292
/// Among other causes, this variant will be constructed when parsing an empty string.
9393
#[stable(feature = "int_error_matching", since = "1.47.0")]
9494
Empty,
95-
/// Contains an digit invalid in its context.
95+
/// Contains an invalid digit in its context.
9696
///
9797
/// Among other causes, this variant will be constructed when parsing a string that
9898
/// contains a non-asci char.

0 commit comments

Comments
 (0)