summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2024-03-19 15:46:26 +0000
committerGitHub <noreply@github.com>2024-03-19 15:46:26 +0000
commitbd323fb930eaadff4e8ee3859b064731617fd875 (patch)
tree9de64d10c31478968c821d427f9fe5467b8f8cc6
parentb6742e90b16d7dab474d48a410763c181108748f (diff)
parentaff1070f43858d11c49d2207b7ac6d23673b44d1 (diff)
Merge pull request #2339 from goodmost/master
chore: remove repetitive word
-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 {