Skip to content

Commit

Permalink
Merge pull request #2338 from max-heller/patch-2
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
ehuss authored Mar 18, 2024
2 parents 5a35144 + 95b6ed7 commit b6742e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ pub struct Fold {
pub level: u8,
}

/// Configuration for tweaking how the the HTML renderer handles the playground.
/// Configuration for tweaking how the HTML renderer handles the playground.
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
#[serde(default, rename_all = "kebab-case")]
pub struct Playground {
Expand Down

0 comments on commit b6742e9

Please sign in to comment.