mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +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:
@@ -6,12 +6,12 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Represents a Guild that the client only has limited information for - e.g. from invites.
|
||||
* Represents a guild that the client only has limited information for - e.g. from invites.
|
||||
*/
|
||||
class PartialGuild {
|
||||
constructor(client, data) {
|
||||
/**
|
||||
* The client that instantiated this PartialGuild
|
||||
* The Client that instantiated this PartialGuild
|
||||
* @type {Client}
|
||||
*/
|
||||
this.client = client;
|
||||
|
||||
Reference in New Issue
Block a user