Browse Source

Fix spelling

tags/1.0
Izumemori GitHub 8 years ago
parent
commit
1d096a7fc5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Emotes/Emoji.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Emotes/Emoji.cs View File

@@ -7,7 +7,7 @@
{
// TODO: need to constrain this to unicode-only emojis somehow
/// <summary>
/// Creates a unciode emoji.
/// Creates a unicode emoji.
/// </summary>
/// <param name="unicode">The pure UTF-8 encoding of an emoji</param>
public Emoji(string unicode)


Loading…
Cancel
Save