summaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
authorMax Heller <max.a.heller@gmail.com>2024-03-18 18:38:55 -0400
committerGitHub <noreply@github.com>2024-03-18 18:38:55 -0400
commit95b6ed79650fb01415ec5332a01a9aac6ffd4ba3 (patch)
tree1cfab378d08c7679e0dc3e4c20d418d11513be76 /src/config.rs
parent5a35144d4f1fde75636b29f9755b76962ed77248 (diff)
Fix typo in docs
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index 4840c030..140db679 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -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 {