diff --git a/src/Discord.Net.Core/Entities/Channels/IGuildChannel.cs b/src/Discord.Net.Core/Entities/Channels/IGuildChannel.cs
index b964c0896..efa5fb1e8 100644
--- a/src/Discord.Net.Core/Entities/Channels/IGuildChannel.cs
+++ b/src/Discord.Net.Core/Entities/Channels/IGuildChannel.cs
@@ -97,10 +97,10 @@ namespace Discord
/// Adds or updates the permission overwrite for the given role.
///
///
- /// The following example fetches a role via and a channel via
+ /// The following example fetches a role via and a channel via
/// . Next, it checks if an overwrite had already been set via
/// ; if not, it denies the role from sending any
- /// messages to the channel.
+ /// messages to the channel.
///
///
@@ -116,10 +116,10 @@ namespace Discord
/// Adds or updates the permission overwrite for the given user.
///
///
- /// The following example fetches a user via and a channel via
+ /// The following example fetches a user via and a channel via
/// . Next, it checks if an overwrite had already been set via
/// ; if not, it denies the user from sending any
- /// messages to the channel.
+ /// messages to the channel.
///
///