Skip to content

Commit 98a4aa9

Browse files
authored
docs: fix jsdoc warning from eslint foo (#817)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 86644f0 commit 98a4aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/universal-node-xml/stringifiers/xmlbuilder2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function stringify (element, { space } = {}) {
5757
/**
5858
* @param {XMLBuilder} parent
5959
* @param {Element} element
60-
* @param {string|null} [parentNS=null]
60+
* @param {?string} [parentNS]
6161
*/
6262
function addEle (parent, element, parentNS = null) {
6363
if (element.type !== 'element') { return }

0 commit comments

Comments
 (0)