We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c301f commit 75e6deeCopy full SHA for 75e6dee
library/core/src/num/error.rs
@@ -95,7 +95,7 @@ pub enum IntErrorKind {
95
/// Contains an invalid digit in its context.
96
///
97
/// Among other causes, this variant will be constructed when parsing a string that
98
- /// contains a non-asci char.
+ /// contains a non-ASCII char.
99
100
/// This variant is also constructed when a `+` or `-` is misplaced within a string
101
/// either on its own or in the middle of a number.
0 commit comments