Skip to content

Commit 135ee85

Browse files
Rename "show type declaration" to "show declaration"
1 parent 96e1828 commit 135ee85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,7 @@
19961996
if (e.parentNode.id === "main") {
19971997
var otherMessage;
19981998
if (hasClass(e, "type-decl")) {
1999-
otherMessage = ' Show type declaration';
1999+
otherMessage = ' Show declaration';
20002000
}
20012001
e.parentNode.insertBefore(createToggle(otherMessage), e);
20022002
if (otherMessage && getCurrentValue('rustdoc-item-declarations') !== "false") {

0 commit comments

Comments
 (0)