Rollup merge of #107720 - tshepang:consistency, r=Mark-Simulacrum

end entry paragraph with a period (.)
This commit is contained in:
Matthias Krüger 2023-02-06 21:16:42 +01:00 committed by GitHub
commit 7343f748cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
///