chore: remove repetitive word
Signed-off-by: goodmost <zhaohaiyang@outlook.com>
This commit is contained in:
parent
b6742e90b1
commit
aff1070f43
|
@ -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)]
|
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
|
||||||
#[serde(default, rename_all = "kebab-case")]
|
#[serde(default, rename_all = "kebab-case")]
|
||||||
pub struct Code {
|
pub struct Code {
|
||||||
|
|
Loading…
Reference in New Issue