From 4dd7f6a1af07fbfb1d1b80c8df0832076b8f026d Mon Sep 17 00:00:00 2001 From: SubZero0 Date: Sun, 26 Apr 2020 23:05:10 -0300 Subject: [PATCH] Fixing xml docs --- src/Discord.Net.Core/Entities/Invites/TargetUserType.cs | 2 +- src/Discord.Net.WebSocket/BaseSocketClient.Events.cs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Discord.Net.Core/Entities/Invites/TargetUserType.cs b/src/Discord.Net.Core/Entities/Invites/TargetUserType.cs index 83e3202c7..553712857 100644 --- a/src/Discord.Net.Core/Entities/Invites/TargetUserType.cs +++ b/src/Discord.Net.Core/Entities/Invites/TargetUserType.cs @@ -2,7 +2,7 @@ namespace Discord { public enum TargetUserType { - /// The invite target user type is not defined. + /// The invite whose target user type is not defined. Undefined = 0, /// The invite is for a Go Live stream. Stream = 1 diff --git a/src/Discord.Net.WebSocket/BaseSocketClient.Events.cs b/src/Discord.Net.WebSocket/BaseSocketClient.Events.cs index 770483391..9387beac9 100644 --- a/src/Discord.Net.WebSocket/BaseSocketClient.Events.cs +++ b/src/Discord.Net.WebSocket/BaseSocketClient.Events.cs @@ -373,7 +373,7 @@ namespace Discord.WebSocket /// /// /// This event is fired when an invite is created. The event handler must return a - /// and accept a as its parameters. + /// and accept a as its parameter. /// /// /// The invite created will be passed into the parameter. @@ -390,10 +390,10 @@ namespace Discord.WebSocket /// /// This event is fired when an invite is deleted. The event handler must return /// a and accept a and - /// as its parameters. + /// as its parameter. /// /// - /// The channel where this invite was will be passed into the parameter. + /// The channel where this invite was created will be passed into the parameter. /// /// /// The code of the deleted invite will be passed into the parameter.