Browse Source

docs: fix typo

pull/1455/head
Chris Johnston 5 years ago
parent
commit
91fb951e2d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Messages/AllowedMentions.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Messages/AllowedMentions.cs View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
namespace Discord namespace Discord
{ {
/// <summary> /// <summary>
/// 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.
/// </summary> /// </summary>
public class AllowedMentions public class AllowedMentions
{ {


Loading…
Cancel
Save