diff --git a/src/Discord.Net/Entities/Users/IGuildUser.cs b/src/Discord.Net/Entities/Users/IGuildUser.cs
index 94728723e..3115b246a 100644
--- a/src/Discord.Net/Entities/Users/IGuildUser.cs
+++ b/src/Discord.Net/Entities/Users/IGuildUser.cs
@@ -20,7 +20,7 @@ namespace Discord
/// Returns a collection of the roles this user is a member of in this guild, including the guild's @everyone role.
IReadOnlyCollection Roles { get; }
- /// Gets the channel-level permissions granted to this user for a given channel.
+ /// Gets the level permissions granted to this user to a given channel.
ChannelPermissions GetPermissions(IGuildChannel channel);
/// Kicks this user from this guild.