From 46345b8e4925e2cbd43d58f5508c1d7fdb601035 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sun, 27 Mar 2022 16:39:12 -0700 Subject: [PATCH] Fix comment typo --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 765db5d1..2bd6f3e0 100644 --- a/src/config.rs +++ b/src/config.rs @@ -531,7 +531,7 @@ pub struct HtmlConfig { pub cname: Option, /// Edit url template, when set shows a "Suggest an edit" button for /// directly jumping to editing the currently viewed page. - /// Contains {path} that is replaced with chapter source file path[[[[ + /// Contains {path} that is replaced with chapter source file path pub edit_url_template: Option, /// Endpoint of websocket, for livereload usage. Value loaded from .toml file /// is ignored, because our code overrides this field with the value [`LIVE_RELOAD_ENDPOINT`]