From d7ce1ea64135e140321ff911424f9cc059931bf0 Mon Sep 17 00:00:00 2001 From: Still Hsu <341464@gmail.com> Date: Mon, 11 Mar 2019 02:50:55 +0800 Subject: [PATCH] Fix permission sample in docfx --- src/Discord.Net.Core/Entities/Channels/IGuildChannel.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. /// ///