Skip to content
Prev Previous commit
Next Next commit
Fix doc
  • Loading branch information
davxy committed Aug 29, 2023
commit 853c2b91d9d20060c518e5f3a196e409676be3f1
4 changes: 1 addition & 3 deletions substrate/primitives/consensus/sassafras/src/ticket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ pub struct TicketClaim {
/// Only ticket identifiers below this threshold should be considered for slot
/// assignment.
///
/// The value is computed as
///
/// TicketId::MAX*(redundancy*slots)/(attempts*validators)
/// The value is computed as `TicketId::MAX*(redundancy*slots)/(attempts*validators)`
///
/// Where:
/// - `redundancy`: redundancy factor;
Expand Down