Skip to content

Commit 46345b8

Browse files
authored
Fix comment typo
1 parent 566451e commit 46345b8

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
@@ -531,7 +531,7 @@ pub struct HtmlConfig {
531531
pub cname: Option<String>,
532532
/// Edit url template, when set shows a "Suggest an edit" button for
533533
/// directly jumping to editing the currently viewed page.
534-
/// Contains {path} that is replaced with chapter source file path[[[[
534+
/// Contains {path} that is replaced with chapter source file path
535535
pub edit_url_template: Option<String>,
536536
/// Endpoint of websocket, for livereload usage. Value loaded from .toml file
537537
/// is ignored, because our code overrides this field with the value [`LIVE_RELOAD_ENDPOINT`]

0 commit comments

Comments
 (0)