We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f234998 commit e94d4a9Copy full SHA for e94d4a9
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