summaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2022-03-27 16:39:12 -0700
committerGitHub <noreply@github.com>2022-03-27 16:39:12 -0700
commit46345b8e4925e2cbd43d58f5508c1d7fdb601035 (patch)
treeac65cc585b2305d33af2230f585ec2a7dd6cd9ce /src/config.rs
parent566451e9a7a9aef5e392ea3e23a66857e51402cc (diff)
Fix comment typo
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
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<String>,
/// 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<String>,
/// 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`]