diff --git a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs
index 7ecfb6886..d8751400d 100644
--- a/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs
+++ b/src/Discord.Net.Rest/Entities/AuditLogs/DataTypes/WebhookCreateAuditLogData.cs
@@ -47,6 +47,8 @@ namespace Discord.Rest
///
public IWebhook Webhook { get; }
+ // Doc Note: Corresponds to the *audit log* data
+
///
/// Gets the webhook id.
///
@@ -55,8 +57,6 @@ namespace Discord.Rest
///
public ulong WebhookId { get; }
- // Doc Note: Corresponds to the *audit log* data
-
///
/// Gets the type of webhook that was created.
///