From 2e90fa5a98cbede78fdb3fc0fec533959ec466c2 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Sun, 27 Jan 2013 08:31:35 -0800 Subject: [PATCH] correct type --- lib/jsdoc/doclet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }