Skip to content

Commit ac6a561

Browse files
clarify boolean
Co-authored-by: Guillaume Gomez <[email protected]>
1 parent 64781d4 commit ac6a561

File tree

1 file changed

+1
-1
lines changed
  • src/librustdoc/html/static/js

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ function preLoadCss(cssUrl) {
10431043
}
10441044

10451045
/**
1046-
* @param {boolean} collapseImpls - also collapse impl blocks
1046+
* @param {boolean} collapseImpls - also collapse impl blocks if set to true
10471047
*/
10481048
function collapseAllDocs(collapseImpls) {
10491049
const innerToggle = document.getElementById(toggleAllDocsId);

0 commit comments

Comments
 (0)