From dc27455c7474ad5cb25562f548b8a9673b5abe43 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Thu, 13 Jun 2024 08:14:22 -0600 Subject: [PATCH] Fix a typo in `ADMIN_TASKS` --- ADMIN_TASKS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADMIN_TASKS.md b/ADMIN_TASKS.md index 2a92eefd2..7e9ba2cc0 100644 --- a/ADMIN_TASKS.md +++ b/ADMIN_TASKS.md @@ -68,7 +68,7 @@ extracted into a file. To do that: - If you only want to show part of the code in the file, use anchor comments (`// ANCHOR: some_tag` and `// ANCHOR_END: some_tag`) to mark the parts of the file you want to show. -- For Rust code, use the `{{#rustdoc_include [fileame:some_tag]}}` directive +- For Rust code, use the `{{#rustdoc_include [filename:some_tag]}}` directive within the code blocks in the text. The `rustdoc_include` directive gives the code that doesn't get displayed to `rustdoc` for `mdbook test` purposes. - For anything else, use the `{{#include [filename:some_tag]}}` directive.