Use ASCII in rusdocs

Feels unnecessarily fancy, lets just use ASCII. Fix the column width to
be below the 100 character conventional width while we are at it.
This commit is contained in:
Tobin C. Harding 2025-06-19 13:01:08 +10:00
parent 64ece63f19
commit ebf92fcb01
No known key found for this signature in database
GPG Key ID: 0AEF0A899E41F7DD
1 changed files with 2 additions and 1 deletions

View File

@ -153,7 +153,8 @@ impl MedianTimePast {
/// The maximum MTP allowable in a locktime (Sun Feb 07 2106 06:28:15 GMT+0000).
pub const MAX: Self = MedianTimePast(u32::MAX);
/// Constructs an [`MedianTimePast`] by computing the mediantimepast from the last 11 block timestamps
/// Constructs an [`MedianTimePast`] by computing the median-time-past from the last
/// 11 block timestamps.
///
/// Because block timestamps are not monotonic, this function internally sorts them;
/// it is therefore not important what order they appear in the array; use whatever