Skip to content

Commit b130812

Browse files
notriddlefmease
andauthored
Update src/librustdoc/html/static/js/storage.js
Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
1 parent 85f7423 commit b130812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/js/storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function removeClass(elem, className) {
8585
/**
8686
* Run a callback for every element of an Array.
8787
* @param {Array<?>} arr - The array to iterate over
88-
* @param {function(?): boolean|undefined|void} func - The callback
88+
* @param {function(?): boolean|void} func - The callback
8989
*/
9090
function onEach(arr, func) {
9191
for (const elem of arr) {

0 commit comments

Comments
 (0)