From 3ad948d44b52c640c11e776b1eaf64cb394c7db2 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Fri, 10 Aug 2018 07:21:07 -0700 Subject: [PATCH] Fix grammar issue --- src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs b/src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs index 392f42db3..4ca57a55f 100644 --- a/src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs +++ b/src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs @@ -19,7 +19,7 @@ namespace Discord /// Gets if this integration is syncing or not. /// A value indicating if this integration is syncing. /// - /// An integration with syncing enabled will update it's "subscribers" on + /// An integration with syncing enabled will update its "subscribers" on /// an interval, while one with syncing disabled will not. /// A user must manually choose when sync the integration /// if syncing is disabled.