We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b130812 commit 01509e0Copy full SHA for 01509e0
src/librustdoc/html/static/js/storage.js
@@ -103,7 +103,7 @@ function onEach(arr, func) {
103
* https://developer.mozilla.org/en-US/docs/Web/API/HTMLCollection
104
* https://developer.mozilla.org/en-US/docs/Web/API/NodeList
105
* @param {NodeList|HTMLCollection} lazyArray - An array to iterate over
106
- * @param {function(?): boolean|undefined|void} func - The callback
+ * @param {function(?): boolean|void} func - The callback
107
*/
108
// eslint-disable-next-line no-unused-vars
109
function onEachLazy(lazyArray, func) {
0 commit comments