Skip to content

Commit

Permalink
docs(Collector): specify the unit for CollectionOptions#time (disco…
Browse files Browse the repository at this point in the history
  • Loading branch information
PyroTechniac authored and samsamson33 committed Feb 27, 2020
1 parent ac4b7ca commit e2c7f6b
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 e2c7f6b

Please sign in to comment.