Fix JSDoc

This commit is contained in:
Neil Fraser
2018-11-06 14:18:34 -08:00
committed by Neil Fraser
parent 8254e2aa22
commit 46a4f33e4e

View File

@@ -45,7 +45,7 @@ Blockly.Xml.utils.createElement = function(tagName) {
/**
* Create text element for XML.
* @param {text} text Text content.
* @param {string} text Text content.
* @return {!Node} New DOM node.
* @package
*/