From f20348e9a3782ce11b4c9bee39be06fe2f6d50cd Mon Sep 17 00:00:00 2001 From: Sam Atman Date: Fri, 13 Feb 2026 10:27:30 -0500 Subject: Prerelease touchup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fd46cab..955414f 100644 --- a/README.md +++ b/README.md @@ -579,7 +579,7 @@ const Scripts = @import("Scripts"); test "Scripts" { // To see the full list of Scripts, look at the - // `src/Scripts.zig` file. They are list in an enum. + // `src/Scripts.zig` file. They are listed as an enum. try expect(Scripts.script('A') == .Latin); try expect(Scripts.script('Ω') == .Greek); try expect(Scripts.script('צ') == .Hebrew); @@ -621,7 +621,7 @@ the fragment (`CodePoint` uses a `u3` for length, actually). 4GiB is a lot of string. There are a few reasons to work with that much string, log files primarily, but fewer to bring it all into memory at once, and practically no reason at all to do anything to such a string -without breaking it into smaller piece to work with. +without breaking it into smaller pieces to work with. Also, Zig compiles on 32 bit systems, where `usize` is a `u32`. Code running on such systems has no choice but to handle slices in smaller -- cgit v1.2.3