jsdoc tweak

This commit is contained in:
Geoff Doty 2024-05-22 12:45:20 -04:00
parent 071f3c962c
commit 6870e74986
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
* *
* Generates new DOM element(s) from a tag, attributes * Generates new DOM element(s) from a tag, attributes
* *
* @param {string} tag - tag name * @param {String} tag - tag name
* @param {any} args - attributes, text or array of child elements * @param {Object|String|Array} args - attributes, text or array of child elements
* *
* @returns {HTMLElement} The created DOM element(s) * @returns {HTMLElement} The created DOM element(s)
*/ */