diff --git a/src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs b/src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs
index 2491cd0d0..6fe3f7b55 100644
--- a/src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs
+++ b/src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs
@@ -49,14 +49,17 @@ namespace Discord
///
/// Gets the ID that this integration uses for "subscribers".
///
- ///
- /// A
- ///
ulong ExpireBehavior { get; }
- /// Gets the grace period before expiring "subscribers".
+ ///
+ /// Gets the grace period before expiring "subscribers".
+ ///
ulong ExpireGracePeriod { get; }
- /// Gets when this integration was last synced.
- /// A containing a date and time of day when the integration was last synced.
+ ///
+ /// Gets when this integration was last synced.
+ ///
+ ///
+ /// A containing a date and time of day when the integration was last synced.
+ ///
DateTimeOffset SyncedAt { get; }
///
/// Gets integration account information.