Improve some JSDocs

This commit is contained in:
Schuyler Cebulskie
2016-11-27 01:08:08 -05:00
parent 0d574a0678
commit dc6c1140bc
2 changed files with 36 additions and 42 deletions

View File

@@ -443,11 +443,11 @@ module.exports = Client;
/**
* Emitted for general warnings
* @event Client#warn
* @param {string} The warning
* @param {string} info The warning
*/
/**
* Emitted for general debugging information
* @event Client#debug
* @param {string} The debug information
* @param {string} info The debug information
*/