Skip to content

Commit b6742e9

Browse files
authored
Merge pull request #2338 from max-heller/patch-2
Fix typo in docs
2 parents 5a35144 + 95b6ed7 commit b6742e9

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
@@ -664,7 +664,7 @@ pub struct Fold {
664664
pub level: u8,
665665
}
666666

667-
/// Configuration for tweaking how the the HTML renderer handles the playground.
667+
/// Configuration for tweaking how the HTML renderer handles the playground.
668668
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
669669
#[serde(default, rename_all = "kebab-case")]
670670
pub struct Playground {

0 commit comments

Comments
 (0)