Docs fixes (#1398)

* fix collector docs

* fix message collector param type
This commit is contained in:
Will Nelson
2017-04-21 00:44:59 -07:00
committed by Crawl
parent a652901d60
commit 94e2a85386
3 changed files with 5 additions and 5 deletions

View File

@@ -15,8 +15,8 @@ const EventEmitter = require('events').EventEmitter;
*/
/**
* Interface for defining a new Collector.
* @interface
* Abstract class for defining a new Collector.
* @abstract
*/
class Collector extends EventEmitter {
constructor(client, filter, options = {}) {