From 95b6ed79650fb01415ec5332a01a9aac6ffd4ba3 Mon Sep 17 00:00:00 2001 From: Max Heller Date: Mon, 18 Mar 2024 18:38:55 -0400 Subject: [PATCH] Fix typo in docs --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {