correct type

This commit is contained in:
Jeff Williams 2013-01-27 08:31:35 -08:00
parent 0bf88a611c
commit 2e90fa5a98

View File

@ -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.<number>
*/
this.meta.range = meta.range;
}