We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f7423 commit b130812Copy full SHA for b130812
src/librustdoc/html/static/js/storage.js
@@ -85,7 +85,7 @@ function removeClass(elem, className) {
85
/**
86
* Run a callback for every element of an Array.
87
* @param {Array<?>} arr - The array to iterate over
88
- * @param {function(?): boolean|undefined|void} func - The callback
+ * @param {function(?): boolean|void} func - The callback
89
*/
90
function onEach(arr, func) {
91
for (const elem of arr) {
0 commit comments