about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEeshvar Das <contactme@eeshvardasikcm.com>2025-06-29 01:15:23 -0700
committerGitHub <noreply@github.com>2025-06-29 01:15:23 -0700
commitc702055df88e6782c12c323de5c12cfadf1576ce (patch)
treeeb6dc31ee1d7d348015942f9c2d3aba74670cfce
parentdddd7ab96229ea5f2ca96afcb5984a9831393a13 (diff)
downloadrust-c702055df88e6782c12c323de5c12cfadf1576ce.tar.gz
rust-c702055df88e6782c12c323de5c12cfadf1576ce.zip
Update the-doc-attribute.md (#1)
-rw-r--r--src/doc/rustdoc/src/write-documentation/the-doc-attribute.md2
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`