end entry paragprah with a period (.)

This commit is contained in:
Tshepang Mbambo 2023-02-06 11:22:44 +02:00
parent 0c13c17250
commit c58202eb9b

View File

@ -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> &minus; 1", $bound_condition, ")")]
#[doc = concat!("(2<sup>", $BITS, "</sup> &minus; 1", $bound_condition, ").")]
///
/// # Examples
///