diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2020-12-30 23:23:02 +0100 |
|---|---|---|
| committer | Mara Bos <m-ou.se@m-ou.se> | 2020-12-30 23:23:02 +0100 |
| commit | 4614cdd230602fa0e873d890b842d6a5fbfed72e (patch) | |
| tree | e1283fbf12c8660762cd6ffa3c8ee6e0d8f0560d | |
| parent | 5694b8e4718ad7649b230a76fcdfe1673d489ebc (diff) | |
| download | rust-4614cdd230602fa0e873d890b842d6a5fbfed72e.tar.gz rust-4614cdd230602fa0e873d890b842d6a5fbfed72e.zip | |
Fix typos.
| -rw-r--r-- | library/core/src/num/shells/int_macros.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/core/src/num/shells/int_macros.rs b/library/core/src/num/shells/int_macros.rs index 0c31bfc149d..5f8bb648d04 100644 --- a/library/core/src/num/shells/int_macros.rs +++ b/library/core/src/num/shells/int_macros.rs @@ -6,7 +6,7 @@ macro_rules! int_module { #[doc = concat!( "The smallest value that can be represented by this integer type. Use ", "[`", stringify!($T), "::MIN", "`](../../std/primitive.", stringify!($T), ".html#associatedconstant.MIN)", - "intead.", + " instead.", )] /// /// # Examples @@ -25,7 +25,7 @@ macro_rules! int_module { #[doc = concat!( "The largest value that can be represented by this integer type. Use ", "[`", stringify!($T), "::MAX", "`](../../std/primitive.", stringify!($T), ".html#associatedconstant.MAX)", - "instead.", + " instead.", )] /// /// # Examples |
