Skip to content

Commit d25cf6f

Browse files
committed
Auto merge of rust-lang#125040 - ickk:patch-1, r=notriddle
Fix hidden title in rustdoc book raw html is treated as actual html by markdown, so this title needs to use some form of escaping in order to display correctly
2 parents dde8cfa + 4850615 commit d25cf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/doc/rustdoc/src/command-line-arguments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ will be added.
273273

274274
When rendering Rust files, this flag is ignored.
275275

276-
## `--html-in-header`: include more HTML in <head>
276+
## `--html-in-header`: include more HTML in `<head>`
277277

278278
Using this flag looks like this:
279279

0 commit comments

Comments
 (0)