Fix role.hasPermission docs

This commit is contained in:
Amish Shah
2016-08-17 20:08:41 +01:00
parent 238a6824ef
commit 19f8f8e122
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -193,7 +193,7 @@ class Role {
* if (role.hasPermission('BAN_MEMBERS')) {
* console.log('This role can ban members');
* } else {
* console.log('This role can't ban members');
* console.log('This role can\'t ban members');
* }
*/
hasPermission(permission, explicit = false) {