summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornickelc <constantin.nickel@gmail.com>2019-11-29 06:22:21 +0100
committerDylan DPC <dylan.dpc@gmail.com>2019-11-29 06:22:21 +0100
commit49b7f08164012f5840a0ec571d341eabf9276fc3 (patch)
treea17ecc6cf473a5f605a2b9570f52ee6808718304
parent7def6d70e88fa25731abe1921b13dcbf772cc163 (diff)
Fix doc comment of `BuildConfig::create_missing` (#1104)
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index fae3da84..18d70ed7 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -414,7 +414,7 @@ impl Default for BookConfig {
pub struct BuildConfig {
/// Where to put built artefacts relative to the book's root directory.
pub build_dir: PathBuf,
- /// Should non-existent markdown files specified in `SETTINGS.md` be created
+ /// Should non-existent markdown files specified in `SUMMARY.md` be created
/// if they don't exist?
pub create_missing: bool,
/// Should the default preprocessors always be used when they are