diff --git a/src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs b/src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs index 42169f5ad..9b25eb741 100644 --- a/src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs +++ b/src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs @@ -30,7 +30,7 @@ namespace Discord.WebSocket /// public Lazy Guild { get; } // TODO: convert to LazyCached once guilds are cached. /// - /// Gets the guilds id that the user is in. + /// Gets the ID of the guild that the user is in. /// public ulong GuildId => _guildId; ///