Fix doc comment of `BuildConfig::create_missing` (#1104)

This commit is contained in:
nickelc 2019-11-29 06:22:21 +01:00 committed by Dylan DPC
parent 7def6d70e8
commit 49b7f08164
1 changed files with 1 additions and 1 deletions

View File

@ -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