Merge pull request #2338 from max-heller/patch-2

Fix typo in docs
This commit is contained in:
Eric Huss 2024-03-18 22:59:48 +00:00 committed by GitHub
commit b6742e90b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 {