diff options
| author | ickk <git@ickk.io> | 2024-05-12 17:18:44 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-12 17:18:44 +1000 |
| commit | 48506150f4b8f8f095d5befee0db08724799b936 (patch) | |
| tree | 7a082558343ba005ab80531e9e0821add51fd866 /src/doc/rustdoc | |
| parent | 8cc6f34653505e13159d62ad9de4c7b7a43b9e39 (diff) | |
| download | rust-48506150f4b8f8f095d5befee0db08724799b936.tar.gz rust-48506150f4b8f8f095d5befee0db08724799b936.zip | |
fix hidden title in command-line-arguments docs
Diffstat (limited to 'src/doc/rustdoc')
| -rw-r--r-- | src/doc/rustdoc/src/command-line-arguments.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/command-line-arguments.md b/src/doc/rustdoc/src/command-line-arguments.md index 822f341b370..69fb7e3313f 100644 --- a/src/doc/rustdoc/src/command-line-arguments.md +++ b/src/doc/rustdoc/src/command-line-arguments.md @@ -273,7 +273,7 @@ will be added. When rendering Rust files, this flag is ignored. -## `--html-in-header`: include more HTML in <head> +## `--html-in-header`: include more HTML in `<head>` Using this flag looks like this: |
