diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -4,7 +4,7 @@ zg provides Unicode text processing for Zig projects. | |||
| 4 | 4 | ||
| 5 | ## Unicode Version | 5 | ## Unicode Version |
| 6 | 6 | ||
| 7 | The Unicode version supported by zg is `15.1.0`. | 7 | The Unicode version supported by zg is `16.0.0`. |
| 8 | 8 | ||
| 9 | ## Zig Version | 9 | ## Zig Version |
| 10 | 10 | ||
| @@ -404,7 +404,7 @@ test "Initialize With a Normalize" { | |||
| 404 | defer case_fold.deinit(allocator); | 404 | defer case_fold.deinit(allocator); |
| 405 | } | 405 | } |
| 406 | ``` | 406 | ``` |
| 407 | This has a `setupWithNormalize` variant as well, but note that this also takes | 407 | This has a `setupWithNormalize` variant as well, note that this also takes |
| 408 | a `Normalize` struct, and not a pointer to it. | 408 | a `Normalize` struct, and not a pointer to it. |
| 409 | 409 | ||
| 410 | 410 | ||