about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2021-03-09 21:14:43 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2021-03-09 21:40:04 +0100
commit09cb84048bc354a2abadc852399c19a4fbce14d8 (patch)
treece98865df4fa913de32789134abefa4274d57b32 /src
parent3d9aceb2381e6c8c7066f7477bf407d00239e07c (diff)
downloadrust-09cb84048bc354a2abadc852399c19a4fbce14d8.tar.gz
rust-09cb84048bc354a2abadc852399c19a4fbce14d8.zip
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/html/static/rustdoc.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css
index 94c231cb33a..996e0f95d08 100644
--- a/src/librustdoc/html/static/rustdoc.css
+++ b/src/librustdoc/html/static/rustdoc.css
@@ -1343,7 +1343,7 @@ h4 > .notable-traits {
 @media (min-width: 701px) {
 	/* In case there is no documentation before a code block, we need to add some margin at the top
 	to prevent an overlay between the "collapse toggle" and the information tooltip.
-	However, it's needed needed with smaller screen width because the doc/code block is always put
+	However, it's not needed with smaller screen width because the doc/code block is always put
 	"one line" below. */
 	.information:first-child > .tooltip {
 		margin-top: 16px;