diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2023-02-06 11:22:44 +0200 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2023-02-06 11:22:44 +0200 |
| commit | c58202eb9b2c196e922fba56b89283b63b6afe69 (patch) | |
| tree | 903d030b7ab8a7105afdf401667f888ddcffa1d8 | |
| parent | 0c13c172507f01d921808107d2c4ec37b43b982d (diff) | |
end entry paragprah with a period (.)
| -rw-r--r-- | library/core/src/num/uint_macros.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/num/uint_macros.rs b/library/core/src/num/uint_macros.rs index 1c97c468628..dcc0835ecd6 100644 --- a/library/core/src/num/uint_macros.rs +++ b/library/core/src/num/uint_macros.rs @@ -18,7 +18,7 @@ macro_rules! uint_impl { pub const MIN: Self = 0; /// The largest value that can be represented by this integer type - #[doc = concat!("(2<sup>", $BITS, "</sup> − 1", $bound_condition, ")")] + #[doc = concat!("(2<sup>", $BITS, "</sup> − 1", $bound_condition, ").")] /// /// # Examples /// |
