From 460b4077e73da7bbfae4b8b341e9025cebc02c50 Mon Sep 17 00:00:00 2001 From: Sam Atman Date: Thu, 1 May 2025 21:45:59 -0400 Subject: Remove inner setup from GeneralCategories It was one `try` block away from only returning Allocator.Error, so now there's no need to filter errors in an outer `catch`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 56592ce..5b471b5 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ test "Code point iterator" { ## Grapheme Clusters Many characters are composed from more than one code point. These are known as -Grapheme Clusters and the `grapheme` module has a data structure to represent +Grapheme Clusters, and the `Graphemes` module has a data structure to represent them, `Grapheme`, and an `Iterator` to iterate over them in a string. In your `build.zig`: -- cgit v1.2.3