Skip to content

Commit 4614cdd

Browse files
committed
Fix typos.
1 parent 5694b8e commit 4614cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/num/shells/int_macros.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ macro_rules! int_module {
66
#[doc = concat!(
77
"The smallest value that can be represented by this integer type. Use ",
88
"[`", stringify!($T), "::MIN", "`](../../std/primitive.", stringify!($T), ".html#associatedconstant.MIN)",
9-
"intead.",
9+
" instead.",
1010
)]
1111
///
1212
/// # Examples
@@ -25,7 +25,7 @@ macro_rules! int_module {
2525
#[doc = concat!(
2626
"The largest value that can be represented by this integer type. Use ",
2727
"[`", stringify!($T), "::MAX", "`](../../std/primitive.", stringify!($T), ".html#associatedconstant.MAX)",
28-
"instead.",
28+
" instead.",
2929
)]
3030
///
3131
/// # Examples

0 commit comments

Comments
 (0)