From 4e5c79b173785fb976abdf089505952dcfdfe66b Mon Sep 17 00:00:00 2001 From: Hyeseong Kim Date: Sun, 3 Nov 2024 05:26:06 +0900 Subject: [PATCH] chore --- src/grapheme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grapheme.js b/src/grapheme.js index a3bafc5..40eef89 100644 --- a/src/grapheme.js +++ b/src/grapheme.js @@ -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;