From aff1070f43858d11c49d2207b7ac6d23673b44d1 Mon Sep 17 00:00:00 2001 From: goodmost Date: Tue, 19 Mar 2024 22:22:16 +0800 Subject: chore: remove repetitive word Signed-off-by: goodmost --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 140db679..b7c01599 100644 --- a/src/config.rs +++ b/src/config.rs @@ -693,7 +693,7 @@ impl Default for Playground { } } -/// Configuration for tweaking how the the HTML renderer handles code blocks. +/// Configuration for tweaking how the HTML renderer handles code blocks. #[derive(Debug, Clone, PartialEq, Serialize, Deserialize)] #[serde(default, rename_all = "kebab-case")] pub struct Code { -- cgit v1.2.3