Skip to content

Commit 95b6ed7

Browse files
authored
Fix typo in docs
1 parent 5a35144 commit 95b6ed7

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)