Skip to content

Commit 06200ed

Browse files
committed
comment
1 parent 959073d commit 06200ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/grapheme.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,12 @@ function isBoundary(catBefore, catAfter, risCount, emoji, incb) {
334334
return false;
335335
}
336336

337-
// GB11 - ZWJ x Extended Pictographic
337+
// GB11
338338
if (catBefore === 14 && catAfter === 4) {
339339
return !emoji;
340340
}
341341

342-
// GB12, GB13 - Regional Indicators
342+
// GB12, GB13
343343
if (catBefore === 10 && catAfter === 10) {
344344
return risCount % 2 === 0;
345345
}

0 commit comments

Comments
 (0)