mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
Grammar cleanup (#875)
This commit: * fixes inconsistencies (primarily regarding capitalization) * fixes non-proper nouns that were improperly capitalized * fixes reminents from not-so-meticulous copy+paste jobs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Represents a permission overwrite for a Role or Member in a Guild Channel.
|
||||
* Represents a permission overwrite for a role or member in a guild channel.
|
||||
*/
|
||||
class PermissionOverwrites {
|
||||
constructor(guildChannel, data) {
|
||||
@@ -14,7 +14,7 @@ class PermissionOverwrites {
|
||||
|
||||
setup(data) {
|
||||
/**
|
||||
* The ID of this overwrite, either a User ID or a Role ID
|
||||
* The ID of this overwrite, either a user ID or a role ID
|
||||
* @type {string}
|
||||
*/
|
||||
this.id = data.id;
|
||||
|
||||
Reference in New Issue
Block a user