Skip to content

Commit

Permalink
ensureColons instead of wrapColons
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Meijer committed Jul 16, 2017
1 parent c3c614e commit 67d5410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/emoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Emoji._get = function _get(emoji) {
return emojiByName[emoji];
}

return wrapColons(emoji);
return ensureColons(emoji);
};

/**
Expand Down

0 comments on commit 67d5410

Please sign in to comment.