Skip to content

Commit

Permalink
Fix kl/kh example header levels
Browse files Browse the repository at this point in the history
  • Loading branch information
Gawdl3y committed Mar 21, 2024
1 parent 248f7ac commit fe61a1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/dice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ pub enum Modifier {
///
/// # Examples
///
/// # Keep highest die (`kh`)
/// ## Keep highest die (`kh`)
/// ```
/// use dicey::dice::{Dice, DieRoll, Rolled};
///
Expand Down Expand Up @@ -288,7 +288,7 @@ pub enum Modifier {
/// # Ok::<(), dicey::dice::Error>(())
/// ```
///
/// # Keep highest 2 dice (`kh2`)
/// ## Keep highest 2 dice (`kh2`)
/// ```
/// use dicey::dice::{Dice, DieRoll, Rolled};
///
Expand Down Expand Up @@ -333,7 +333,7 @@ pub enum Modifier {
///
/// # Examples
///
/// # Keep lowest die (`kl`)
/// ## Keep lowest die (`kl`)
/// ```
/// use dicey::dice::{Dice, DieRoll, Rolled};
///
Expand Down Expand Up @@ -377,7 +377,7 @@ pub enum Modifier {
/// # Ok::<(), dicey::dice::Error>(())
/// ```
///
/// # Keep lowest 2 dice (`kl2`)
/// ## Keep lowest 2 dice (`kl2`)
/// ```
/// use dicey::dice::{Dice, DieRoll, Rolled};
///
Expand Down

0 comments on commit fe61a1b

Please sign in to comment.