Skip to content

Commit 3e997eb

Browse files
nikomatsakislqd
andauthored
Update crates/mdbook-goals/src/mdbook_preprocessor.rs
Co-authored-by: Rémy Rakic <remy.rakic+github@gmail.com>
1 parent 4c12bde commit 3e997eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/mdbook-goals/src/mdbook_preprocessor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ impl<'c> GoalPreprocessorWithContext<'c> {
411411

412412
let Some(chapter_path) = chapter.path.as_ref() else {
413413
anyhow::bail!(
414-
"goal chapter `{}` has TEAMS_WITH_ASKS placeholder but no path",
414+
"goal chapter `{}` matches placeholder regex but has no path",
415415
chapter.name
416416
);
417417
};

0 commit comments

Comments
 (0)