Skip to content

Commit 4443501

Browse files
Fix typo in README regarding splitGraphemes (#118)
1 parent a47e430 commit 4443501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ countGraphemes('a̐éö̲');
9292
> [!NOTE]
9393
> `countGraphemes()` is a small wrapper around `graphemeSegments()`.
9494
>
95-
> If you need it more than once at a time, consider memoization or use `graphemeSegments()` or `splitSegments()` once instead.
95+
> If you need it more than once at a time, consider memoization or use `graphemeSegments()` or `splitGraphemes()` once instead.
9696
9797
#### Example: Build an advanced grapheme matcher
9898

0 commit comments

Comments
 (0)