Skip to content

Commit 09cb840

Browse files
Fix typo
1 parent 3d9aceb commit 09cb840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ h4 > .notable-traits {
13431343
@media (min-width: 701px) {
13441344
/* In case there is no documentation before a code block, we need to add some margin at the top
13451345
to prevent an overlay between the "collapse toggle" and the information tooltip.
1346-
However, it's needed needed with smaller screen width because the doc/code block is always put
1346+
However, it's not needed with smaller screen width because the doc/code block is always put
13471347
"one line" below. */
13481348
.information:first-child > .tooltip {
13491349
margin-top: 16px;

0 commit comments

Comments
 (0)