Browse Source

Merge pull request #699 from Izumemori/spelling-fix

Fix spelling
tags/1.0
Christopher F GitHub 8 years ago
parent
commit
925ae945e1
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