Skip to content

Commit ebf92fc

Browse files
committed
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.
1 parent 64ece63 commit ebf92fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

units/src/locktime/absolute.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ impl MedianTimePast {
153153
/// The maximum MTP allowable in a locktime (Sun Feb 07 2106 06:28:15 GMT+0000).
154154
pub const MAX: Self = MedianTimePast(u32::MAX);
155155

156-
/// Constructs an [`MedianTimePast`] by computing the median‐time‐past from the last 11 block timestamps
156+
/// Constructs an [`MedianTimePast`] by computing the median-time-past from the last
157+
/// 11 block timestamps.
157158
///
158159
/// Because block timestamps are not monotonic, this function internally sorts them;
159160
/// it is therefore not important what order they appear in the array; use whatever

0 commit comments

Comments
 (0)