Typos in docs (#2055)

* Typo in Guild.createRole docs

Added missing semicolon in example code.

* consistent periods in docs
This commit is contained in:
William Tran
2017-10-28 10:01:17 -07:00
committed by Crawl
parent c495ea025a
commit 88719f0f42
3 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ class Presence {
}
/**
* Whether this presence is equal to another
* Whether this presence is equal to another.
* @param {Presence} presence The presence to compare with
* @returns {boolean}
*/