diff --git a/lib/jsdoc/doclet.js b/lib/jsdoc/doclet.js index de0fdc8d..c9a04e77 100644 --- a/lib/jsdoc/doclet.js +++ b/lib/jsdoc/doclet.js @@ -282,7 +282,7 @@ exports.Doclet.prototype.setMeta = function(meta) { if (meta.range) { /** The positions of the first and last characters of the code associated with this doclet. - @type number + @type Array. */ this.meta.range = meta.range; }