From cb35aa2b676007605ff7c00db77f7248b93bfd21 Mon Sep 17 00:00:00 2001
From: sarcasmloading <29299928+sarcasmloading@users.noreply.github.com>
Date: Fri, 13 Jul 2018 19:34:08 +1200
Subject: [PATCH] Contains -> Contains a piece of (describe article)
---
.../Entities/AuditLogs/DataTypes/BanAuditLogData.cs | 2 +-
.../AuditLogs/DataTypes/ChannelCreateAuditLogData.cs | 4 ++--
.../AuditLogs/DataTypes/ChannelDeleteAuditLogData.cs | 2 +-
.../AuditLogs/DataTypes/ChannelUpdateAuditLogData.cs | 2 +-
.../Entities/AuditLogs/DataTypes/EmoteCreateAuditLogData.cs | 2 +-
.../Entities/AuditLogs/DataTypes/EmoteDeleteAuditLogData.cs | 2 +-
.../Entities/AuditLogs/DataTypes/EmoteUpdateAuditLogData.cs | 2 +-
.../Entities/AuditLogs/DataTypes/GuildUpdateAuditLogData.cs | 2 +-
.../AuditLogs/DataTypes/InviteCreateAuditLogData.cs | 4 ++--
.../AuditLogs/DataTypes/InviteDeleteAuditLogData.cs | 4 ++--
.../AuditLogs/DataTypes/InviteUpdateAuditLogData.cs | 2 +-
.../Entities/AuditLogs/DataTypes/KickAuditLogData.cs | 2 +-
.../Entities/AuditLogs/DataTypes/MemberRoleAuditLogData.cs | 2 +-
.../AuditLogs/DataTypes/MemberUpdateAuditLogData.cs | 2 +-
.../AuditLogs/DataTypes/MessageDeleteAuditLogData.cs | 4 ++--
.../AuditLogs/DataTypes/OverwriteCreateAuditLogData.cs | 2 +-
.../AuditLogs/DataTypes/OverwriteDeleteAuditLogData.cs | 2 +-
.../AuditLogs/DataTypes/OverwriteUpdateAuditLogData.cs | 4 ++--
.../Entities/AuditLogs/DataTypes/PruneAuditLogData.cs | 6 +++---
.../Entities/AuditLogs/DataTypes/RoleCreateAuditLogData.cs | 2 +-
.../Entities/AuditLogs/DataTypes/RoleDeleteAuditLogData.cs | 2 +-
.../Entities/AuditLogs/DataTypes/RoleUpdateAuditLogData.cs | 2 +-
.../Entities/AuditLogs/DataTypes/UnbanAuditLogData.cs | 2 +-
.../AuditLogs/DataTypes/WebhookCreateAuditLogData.cs | 2 +-
.../AuditLogs/DataTypes/WebhookDeleteAuditLogData.cs | 2 +-
.../AuditLogs/DataTypes/WebhookUpdateAuditLogData.cs | 2 +-
26 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/BanAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/BanAuditLogData.cs
index 113b52232..fc807cac0 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/BanAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/BanAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to a ban.
+ /// Contains a piece of audit log data related to a ban.
///
public class BanAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelCreateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelCreateAuditLogData.cs
index 2037bf874..ae081b1cc 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelCreateAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelCreateAuditLogData.cs
@@ -7,7 +7,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to a channel creation.
+ /// Contains a piece of audit log data related to a channel creation.
///
public class ChannelCreateAuditLogData : IAuditLogData
{
@@ -71,7 +71,7 @@ namespace Discord.Rest
/// Gets a collection of permission overwrites that was assigned to the created channel.
///
///
- /// A collection of permission , containing the permission overwrites that were
+ /// A collection of permission , containing the permission overwrites that were
/// assigned to the created channel.
///
public IReadOnlyCollection Overwrites { get; }
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelDeleteAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelDeleteAuditLogData.cs
index dedcc90db..ea03f4aef 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelDeleteAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelDeleteAuditLogData.cs
@@ -7,7 +7,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to a channel deletion.
+ /// Contains a piece of audit log data related to a channel deletion.
///
public class ChannelDeleteAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelUpdateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelUpdateAuditLogData.cs
index eb3f95381..c9e0e9d8b 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelUpdateAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/ChannelUpdateAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to a channel update.
+ /// Contains a piece of audit log data related to a channel update.
///
public class ChannelUpdateAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/EmoteCreateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/EmoteCreateAuditLogData.cs
index ec7264c72..ac41d7f58 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/EmoteCreateAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/EmoteCreateAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to an emoji creation.
+ /// Contains a piece of audit log data related to an emoji creation.
///
public class EmoteCreateAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/EmoteDeleteAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/EmoteDeleteAuditLogData.cs
index dd256fbab..b76192d1d 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/EmoteDeleteAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/EmoteDeleteAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to an emoji deletion.
+ /// Contains a piece of audit log data related to an emoji deletion.
///
public class EmoteDeleteAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/EmoteUpdateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/EmoteUpdateAuditLogData.cs
index f1882df2c..d6474e7b2 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/EmoteUpdateAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/EmoteUpdateAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to an emoji update.
+ /// Contains a piece of audit log data related to an emoji update.
///
public class EmoteUpdateAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/GuildUpdateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/GuildUpdateAuditLogData.cs
index fcc2c7920..012919727 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/GuildUpdateAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/GuildUpdateAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to a guild update.
+ /// Contains a piece of audit log data related to a guild update.
///
public class GuildUpdateAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/InviteCreateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/InviteCreateAuditLogData.cs
index 1d0bc1793..3a208ee5c 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/InviteCreateAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/InviteCreateAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to an invite creation.
+ /// Contains a piece of audit log data related to an invite creation.
///
public class InviteCreateAuditLogData : IAuditLogData
{
@@ -66,7 +66,7 @@ namespace Discord.Rest
/// when the user logs off).
///
///
- /// true if users accepting this invite will be removed from the guild when they log off; otherwise
+ /// true if users accepting this invite will be removed from the guild when they log off; otherwise
/// false.
///
public bool Temporary { get; }
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/InviteDeleteAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/InviteDeleteAuditLogData.cs
index 4471f07ca..956598a86 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/InviteDeleteAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/InviteDeleteAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to an invite removal.
+ /// Contains a piece of audit log data related to an invite removal.
///
public class InviteDeleteAuditLogData : IAuditLogData
{
@@ -66,7 +66,7 @@ namespace Discord.Rest
/// when the user logs off).
///
///
- /// true if users accepting this invite will be removed from the guild when they log off; otherwise
+ /// true if users accepting this invite will be removed from the guild when they log off; otherwise
/// false.
///
public bool Temporary { get; }
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/InviteUpdateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/InviteUpdateAuditLogData.cs
index 3ecf15548..7ba65e232 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/InviteUpdateAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/InviteUpdateAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data relating to an invite update.
+ /// Contains a piece of audit log data relating to an invite update.
///
public class InviteUpdateAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/KickAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/KickAuditLogData.cs
index b00f352a2..dceb73d0a 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/KickAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/KickAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to a kick.
+ /// Contains a piece of audit log data related to a kick.
///
public class KickAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/MemberRoleAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/MemberRoleAuditLogData.cs
index 9dd24c862..cbba6c83b 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/MemberRoleAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/MemberRoleAuditLogData.cs
@@ -7,7 +7,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to a change in a guild member's roles.
+ /// Contains a piece of audit log data related to a change in a guild member's roles.
///
public class MemberRoleAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/MemberUpdateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/MemberUpdateAuditLogData.cs
index f661aa276..64a9733c4 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/MemberUpdateAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/MemberUpdateAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to a change in a guild member.
+ /// Contains a piece of audit log data related to a change in a guild member.
///
public class MemberUpdateAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/MessageDeleteAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/MessageDeleteAuditLogData.cs
index 48312ee32..b12f990c8 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/MessageDeleteAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/MessageDeleteAuditLogData.cs
@@ -4,7 +4,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to message deletion(s).
+ /// Contains a piece of audit log data related to message deletion(s).
///
public class MessageDeleteAuditLogData : IAuditLogData
{
@@ -30,7 +30,7 @@ namespace Discord.Rest
/// Gets the ID of the channel that the messages were deleted from.
///
///
- /// A representing the snowflake identifer for the channel that the messages were
+ /// A representing the snowflake identifer for the channel that the messages were
/// deleted from.
///
public ulong ChannelId { get; }
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/OverwriteCreateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/OverwriteCreateAuditLogData.cs
index ab6373333..59403d207 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/OverwriteCreateAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/OverwriteCreateAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data for a permissions overwrite creation.
+ /// Contains a piece of audit log data for a permissions overwrite creation.
///
public class OverwriteCreateAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/OverwriteDeleteAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/OverwriteDeleteAuditLogData.cs
index 3c19026e9..60e63b9db 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/OverwriteDeleteAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/OverwriteDeleteAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to the deletion of a permission overwrite.
+ /// Contains a piece of audit log data related to the deletion of a permission overwrite.
///
public class OverwriteDeleteAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/OverwriteUpdateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/OverwriteUpdateAuditLogData.cs
index 5746955a1..a93a7a171 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/OverwriteUpdateAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/OverwriteUpdateAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to the update of a permission overwrite.
+ /// Contains a piece of audit log data related to the update of a permission overwrite.
///
public class OverwriteUpdateAuditLogData : IAuditLogData
{
@@ -42,7 +42,7 @@ namespace Discord.Rest
/// Gets the overwrite permissions before the changes.
///
///
- /// An overwrite permissions object representing the overwrite permissions that the overwrite had before
+ /// An overwrite permissions object representing the overwrite permissions that the overwrite had before
/// the changes were made.
///
public OverwritePermissions OldPermissions { get; }
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/PruneAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/PruneAuditLogData.cs
index 363a8eff3..1a802fc93 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/PruneAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/PruneAuditLogData.cs
@@ -4,7 +4,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to a guild prune.
+ /// Contains a piece of audit log data related to a guild prune.
///
public class PruneAuditLogData : IAuditLogData
{
@@ -23,8 +23,8 @@ namespace Discord.Rest
/// Gets the threshold for a guild member to not be kicked.
///
///
- /// An representing the amount of days that a member must have been seen in the server,
- /// to avoid being kicked. (i.e. If a user has not been seen for more than PruneDays, they will be
+ /// An representing the amount of days that a member must have been seen in the server,
+ /// to avoid being kicked. (i.e. If a user has not been seen for more than PruneDays, they will be
/// kicked from the server)
///
public int PruneDays { get; }
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/RoleCreateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/RoleCreateAuditLogData.cs
index 89b835de6..a2f9c6d95 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/RoleCreateAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/RoleCreateAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to a role creation.
+ /// Contains a piece of audit log data related to a role creation.
///
public class RoleCreateAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/RoleDeleteAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/RoleDeleteAuditLogData.cs
index ab5372ad4..632d8e6bd 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/RoleDeleteAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/RoleDeleteAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data relating to a role deletion.
+ /// Contains a piece of audit log data relating to a role deletion.
///
public class RoleDeleteAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/RoleUpdateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/RoleUpdateAuditLogData.cs
index 40a6c2283..91b4e8d66 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/RoleUpdateAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/RoleUpdateAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to a role update.
+ /// Contains a piece of audit log data related to a role update.
///
public class RoleUpdateAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/UnbanAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/UnbanAuditLogData.cs
index 38615fdd7..bc7e7fd4f 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/UnbanAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/UnbanAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to an unban.
+ /// Contains a piece of audit log data related to an unban.
///
public class UnbanAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs
index 5cc5a0c3d..2372a664b 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to a webhook creation.
+ /// Contains a piece of audit log data related to a webhook creation.
///
public class WebhookCreateAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookDeleteAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookDeleteAuditLogData.cs
index d5a84a696..ec17e872c 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookDeleteAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookDeleteAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to a webhook deletion.
+ /// Contains a piece of audit log data related to a webhook deletion.
///
public class WebhookDeleteAuditLogData : IAuditLogData
{
diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookUpdateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookUpdateAuditLogData.cs
index b1ac3b97d..d72bc7b71 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookUpdateAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookUpdateAuditLogData.cs
@@ -6,7 +6,7 @@ using EntryModel = Discord.API.AuditLogEntry;
namespace Discord.Rest
{
///
- /// Contains audit log data related to a webhook update.
+ /// Contains a piece of audit log data related to a webhook update.
///
public class WebhookUpdateAuditLogData : IAuditLogData
{