diff --git a/src/Discord.Net.Core/Entities/Integrations/IIntegration.cs b/src/Discord.Net.Core/Entities/Integrations/IIntegration.cs index ab0cb51b5..304d58792 100644 --- a/src/Discord.Net.Core/Entities/Integrations/IIntegration.cs +++ b/src/Discord.Net.Core/Entities/Integrations/IIntegration.cs @@ -75,7 +75,7 @@ namespace Discord /// Gets when this integration was last synced. /// /// - /// Gets a containing a date and time of day when the integration was last synced. + /// A containing a date and time of day when the integration was last synced. /// DateTimeOffset? SyncedAt { get; } ///