Skip to content

Commit b3f8adf

Browse files
committed
chore: remove duplicate words in comments
Signed-off-by: vetclippy <[email protected]>
1 parent acb41d7 commit b3f8adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clock/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pub const HOLD_TRANSACTIONS_SLOT_OFFSET: u64 = 20;
112112

113113
/// The unit of time given to a leader for encoding a block.
114114
///
115-
/// It is some some number of _ticks_ long.
115+
/// It is some number of _ticks_ long.
116116
pub type Slot = u64;
117117

118118
/// Uniquely distinguishes every version of a slot.

0 commit comments

Comments
 (0)