docs(Collector): specify the unit for CollectionOptions#time (#3219)

This commit is contained in:
Gryffon Bellish
2019-04-19 02:47:39 -04:00
committed by SpaceEEC
parent b5320299f7
commit bccbb550b0

View File

@@ -15,7 +15,7 @@ const EventEmitter = require('events');
/**
* Options to be applied to the collector.
* @typedef {Object} CollectorOptions
* @property {number} [time] How long to run the collector for
* @property {number} [time] How long to run the collector for in milliseconds
* @property {boolean} [dispose=false] Whether to dispose data when it's deleted
*/