diff --git a/src/Discord.Net.Core/Entities/Messages/AllowedMentions.cs b/src/Discord.Net.Core/Entities/Messages/AllowedMentions.cs index 4db65bee8..2924f4dcd 100644 --- a/src/Discord.Net.Core/Entities/Messages/AllowedMentions.cs +++ b/src/Discord.Net.Core/Entities/Messages/AllowedMentions.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; namespace Discord { /// - /// Defines which mentions and types of mentions will notify users from the message text. + /// Defines which mentions and types of mentions that will notify users from the message text. /// public class AllowedMentions {