Skip to content

Commit d0bac14

Browse files
committed
Fix incorrect documentation
1 parent 11ee29a commit d0bac14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/num/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4788,9 +4788,9 @@ pub enum IntErrorKind {
47884788
/// Among other causes, this variant will be constructed when parsing a string that
47894789
/// contains a letter.
47904790
InvalidDigit,
4791-
/// Integer is too small to store in target integer type.
4792-
Overflow,
47934791
/// Integer is too large to store in target integer type.
4792+
Overflow,
4793+
/// Integer is too small to store in target integer type.
47944794
Underflow,
47954795
}
47964796

0 commit comments

Comments
 (0)