Skip to content

Commit

Permalink
docs(Collector): specify the unit for CollectionOptions#time (#3219)
Browse files Browse the repository at this point in the history
  • Loading branch information
PyroTechniac authored and SpaceEEC committed Apr 19, 2019
1 parent b532029 commit bccbb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/interfaces/Collector.js
Expand Up @@ -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
*/

Expand Down

0 comments on commit bccbb55

Please sign in to comment.