From 13a9aab2b264593304b2d35954d47fc8d31e880b Mon Sep 17 00:00:00 2001 From: yoshimura masataka Date: Tue, 23 Oct 2018 10:34:14 +0900 Subject: [PATCH] Improve documentation comments --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 655d3da0..8ab11b4a 100644 --- a/src/config.rs +++ b/src/config.rs @@ -436,7 +436,7 @@ pub struct HtmlConfig { /// This config item *should not be edited* by the end user. #[doc(hidden)] pub livereload_url: Option, - /// Should section labels be rendered? + /// Don't render section labels. pub no_section_label: bool, /// Search settings. If `None`, the default will be used. pub search: Option,