diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -94,7 +94,7 @@ test "Code point iterator" { | |||
| 94 | ## Grapheme Clusters | 94 | ## Grapheme Clusters |
| 95 | 95 | ||
| 96 | Many characters are composed from more than one code point. These are known as | 96 | Many characters are composed from more than one code point. These are known as |
| 97 | Grapheme Clusters and the `grapheme` module has a data structure to represent | 97 | Grapheme Clusters, and the `Graphemes` module has a data structure to represent |
| 98 | them, `Grapheme`, and an `Iterator` to iterate over them in a string. | 98 | them, `Grapheme`, and an `Iterator` to iterate over them in a string. |
| 99 | 99 | ||
| 100 | In your `build.zig`: | 100 | In your `build.zig`: |