mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
end entry paragprah with a period (.)
This commit is contained in:
parent
0c13c17250
commit
c58202eb9b
@ -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
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user