Skip to content

Commit fd1c3e4

Browse files
committed
Update inline documentation
1 parent 0bef231 commit fd1c3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/_enqueues/lib/emoji-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ function browserSupportsEmoji( context, type, emojiSetsRenderIdentically, emojiR
278278
* The hairy creature emoji is a single code point emoji. Testing for browser
279279
* support required testing the center point of the emoji to see if it is empty.
280280
*
281-
* 0xD83E 0xDEDF (\uD83E\u1FAC8) == 🫟 Splatter.
281+
* 0xD83E 0x1FAC8 (\uD83E\u1FAC8) == 🫈 Hairy creature.
282282
*
283283
* When updating this test, please ensure that the emoji is either a single code point
284284
* or switch to using the emojiSetsRenderIdentically function and testing with a zero-width

0 commit comments

Comments
 (0)