Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Nov 2, 2024
1 parent 90e4264 commit 4e5c79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grapheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ export function* graphemeSegments(input) {
) {
emoji = true;

// Note: Put GB9c rule checking here to reduce.
} else if (catAfter === 0 /* Any */) {
// Note: Put GB9c rule checking here to reduce.
incb = consonant && linker && (consonant = isIndicConjunctCosonant(cp));
// It cannot be both a linker and a consonant.
linker = linker && !consonant;
Expand Down

0 comments on commit 4e5c79b

Please sign in to comment.