We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47e430 commit 4443501Copy full SHA for 4443501
1 file changed
README.md
@@ -92,7 +92,7 @@ countGraphemes('a̐éö̲');
92
> [!NOTE]
93
> `countGraphemes()` is a small wrapper around `graphemeSegments()`.
94
>
95
-> If you need it more than once at a time, consider memoization or use `graphemeSegments()` or `splitSegments()` once instead.
+> If you need it more than once at a time, consider memoization or use `graphemeSegments()` or `splitGraphemes()` once instead.
96
97
#### Example: Build an advanced grapheme matcher
98
0 commit comments