Skip to content

Commit bd323fb

Browse files
authored
Merge pull request #2339 from goodmost/master
chore: remove repetitive word
2 parents b6742e9 + aff1070 commit bd323fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ impl Default for Playground {
693693
}
694694
}
695695

696-
/// Configuration for tweaking how the the HTML renderer handles code blocks.
696+
/// Configuration for tweaking how the HTML renderer handles code blocks.
697697
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
698698
#[serde(default, rename_all = "kebab-case")]
699699
pub struct Code {

0 commit comments

Comments
 (0)