Make JSDocs follow general conventions (#582)

* Make JSDocs follow usual conventions

* Fix StringResolvable name

* Make function lowercase
This commit is contained in:
Schuyler Cebulskie
2016-09-03 04:57:25 -04:00
committed by Amish Shah
parent 44efcf3f52
commit 27652b94af
33 changed files with 262 additions and 262 deletions

View File

@@ -19,7 +19,7 @@ class RequestHandler {
/**
* Whether or not the client is being rate limited on every endpoint.
* @type {Boolean}
* @type {boolean}
*/
get globalLimit() {
return this.restManager.globallyRateLimited;