diff options
| author | Eeshvar Das <contactme@eeshvardasikcm.com> | 2025-06-29 01:15:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-29 01:15:23 -0700 |
| commit | c702055df88e6782c12c323de5c12cfadf1576ce (patch) | |
| tree | eb6dc31ee1d7d348015942f9c2d3aba74670cfce | |
| parent | dddd7ab96229ea5f2ca96afcb5984a9831393a13 (diff) | |
| download | rust-c702055df88e6782c12c323de5c12cfadf1576ce.tar.gz rust-c702055df88e6782c12c323de5c12cfadf1576ce.zip | |
Update the-doc-attribute.md (#1)
| -rw-r--r-- | src/doc/rustdoc/src/write-documentation/the-doc-attribute.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/write-documentation/the-doc-attribute.md b/src/doc/rustdoc/src/write-documentation/the-doc-attribute.md index 65e6b417427..4d7f1a4aafc 100644 --- a/src/doc/rustdoc/src/write-documentation/the-doc-attribute.md +++ b/src/doc/rustdoc/src/write-documentation/the-doc-attribute.md @@ -62,7 +62,7 @@ This form of the `doc` attribute lets you control the favicon of your docs. This will put `<link rel="icon" href="{}">` into your docs, where the string for the attribute goes into the `{}`. -If you don't use this attribute, there will be no favicon. +If you don't use this attribute, a default favicon will be used. ### `html_logo_url` |
