Merge pull request #699 from Izumemori/spelling-fix

Fix spelling
This commit is contained in:
Christopher F
2017-06-15 10:42:33 -04:00
committed by GitHub

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)