Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 75e6dee

Browse files
eopbKodrAus
andauthoredOct 26, 2020
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.