summaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
authorgoodmost <zhaohaiyang@outlook.com>2024-03-19 22:22:16 +0800
committergoodmost <zhaohaiyang@outlook.com>2024-03-19 22:22:16 +0800
commitaff1070f43858d11c49d2207b7ac6d23673b44d1 (patch)
tree9de64d10c31478968c821d427f9fe5467b8f8cc6 /src/config.rs
parentb6742e90b16d7dab474d48a410763c181108748f (diff)
chore: remove repetitive word
Signed-off-by: goodmost <zhaohaiyang@outlook.com>
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 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 {