Skip to content

Commit 047226f

Browse files
authored
Merge pull request #3958 from rust-lang/admin-tasks-typo
Fix a typo in `ADMIN_TASKS`
2 parents 196f72f + dc27455 commit 047226f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ADMIN_TASKS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extracted into a file. To do that:
6868
- If you only want to show part of the code in the file, use anchor comments
6969
(`// ANCHOR: some_tag` and `// ANCHOR_END: some_tag`) to mark the parts of
7070
the file you want to show.
71-
- For Rust code, use the `{{#rustdoc_include [fileame:some_tag]}}` directive
71+
- For Rust code, use the `{{#rustdoc_include [filename:some_tag]}}` directive
7272
within the code blocks in the text. The `rustdoc_include` directive gives the
7373
code that doesn't get displayed to `rustdoc` for `mdbook test` purposes.
7474
- For anything else, use the `{{#include [filename:some_tag]}}` directive.

0 commit comments

Comments
 (0)