Browse Source

Fix grammar issue

pull/1161/head
Chris Johnston 7 years ago
parent
commit
3ad948d44b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Guilds/IGuildIntegration.cs View File

@@ -19,7 +19,7 @@ namespace Discord
/// <summary> Gets if this integration is syncing or not. </summary> /// <summary> Gets if this integration is syncing or not. </summary>
/// <returns> A value indicating if this integration is syncing. </returns> /// <returns> A value indicating if this integration is syncing. </returns>
/// <remarks> /// <remarks>
/// 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. /// an interval, while one with syncing disabled will not.
/// A user must manually choose when sync the integration /// A user must manually choose when sync the integration
/// if syncing is disabled. /// if syncing is disabled.


Loading…
Cancel
Save