Skip to content

Commit 75e6dee

Browse files
eopbKodrAus
andauthored
asci -> ASCII
Co-authored-by: Ashley Mannix <[email protected]>
1 parent 69c301f commit 75e6dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/num/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub enum IntErrorKind {
9595
/// Contains an invalid digit in its context.
9696
///
9797
/// Among other causes, this variant will be constructed when parsing a string that
98-
/// contains a non-asci char.
98+
/// contains a non-ASCII char.
9999
///
100100
/// This variant is also constructed when a `+` or `-` is misplaced within a string
101101
/// either on its own or in the middle of a number.

0 commit comments

Comments
 (0)