Fix JSDoc of getRespCodeTarget (#3235)

Signed-off-by: Sebastian Davids <sdavids@gmx.de>
This commit is contained in:
Sebastian Davids 2025-03-17 08:06:06 +01:00 committed by GitHub
parent 9fcb5c5c32
commit 1d1a3ceeee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
/**
* @param {HTMLElement} elt
* @param {number} respCode
* @param {number} respCodeNumber
* @returns {HTMLElement | null}
*/
function getRespCodeTarget(elt, respCodeNumber) {