Skip to content

Commit 20979b2

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 fa5135e commit 20979b2

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
@@ -379,7 +379,7 @@ impl<'c> GoalPreprocessorWithContext<'c> {
379379
Ok(())
380380
}
381381

382-
/// Replace TEAMS_WITH_ASKS placeholder with a list of teams.
382+
/// Replace placeholders like TASK_OWNERS and TEAMS_WITH_ASKS.
383383
/// All goal documents should have this in their metadata table;
384384
/// that is enforced during goal parsing.
385385
fn replace_metadata_placeholders(&mut self, chapter: &mut Chapter) -> anyhow::Result<()> {

0 commit comments

Comments
 (0)