Skip to content

Commit 49b7f08

Browse files
nickelcDylan-DPC
authored andcommitted
Fix doc comment of BuildConfig::create_missing (#1104)
1 parent 7def6d7 commit 49b7f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ impl Default for BookConfig {
414414
pub struct BuildConfig {
415415
/// Where to put built artefacts relative to the book's root directory.
416416
pub build_dir: PathBuf,
417-
/// Should non-existent markdown files specified in `SETTINGS.md` be created
417+
/// Should non-existent markdown files specified in `SUMMARY.md` be created
418418
/// if they don't exist?
419419
pub create_missing: bool,
420420
/// Should the default preprocessors always be used when they are

0 commit comments

Comments
 (0)