From 91fb951e2dfa11257fb6d8cb9d8a9871d74af722 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Tue, 3 Mar 2020 23:49:17 -0800 Subject: [PATCH] docs: fix typo --- src/Discord.Net.Core/Entities/Messages/AllowedMentions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {