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,