Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Aug 29, 2023
1 parent 74d6572 commit 853c2b9
Showing 1 changed file with 1 addition and 3 deletions.
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

0 comments on commit 853c2b9

Please sign in to comment.