Skip to content

Commit 3dc56b7

Browse files
committed
Fix mistake in my markdown
1 parent c3f0c94 commit 3dc56b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libcore/num/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4780,9 +4780,11 @@ pub struct ParseIntError {
47804780
#[non_exhaustive]
47814781
pub enum IntErrorKind {
47824782
/// Value being parsed is empty.
4783+
///
47834784
/// Among other causes, this variant will be constructed when parsing an empty string.
47844785
Empty,
47854786
/// Contains an invalid digit.
4787+
///
47864788
/// Among other causes, this variant will be constructed when parsing a string that
47874789
/// contains a letter.
47884790
InvalidDigit,

0 commit comments

Comments
 (0)