From 6870e74986cd403e4487dbc0eae2150dcab0db8c Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Wed, 22 May 2024 12:45:20 -0400 Subject: [PATCH] jsdoc tweak --- src/tag.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tag.js b/src/tag.js index e546c4c..c1fc498 100644 --- a/src/tag.js +++ b/src/tag.js @@ -3,8 +3,8 @@ * * Generates new DOM element(s) from a tag, attributes * - * @param {string} tag - tag name - * @param {any} args - attributes, text or array of child elements + * @param {String} tag - tag name + * @param {Object|String|Array} args - attributes, text or array of child elements * * @returns {HTMLElement} The created DOM element(s) */