From c0cf85716396943651d7406ef4b6374c117db49c Mon Sep 17 00:00:00 2001 From: TheBestAstroNOT Date: Thu, 5 Mar 2026 00:37:41 +0530 Subject: [PATCH] Fix another data type typo --- docs/Common/Hash-Cache/File-Format.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Common/Hash-Cache/File-Format.md b/docs/Common/Hash-Cache/File-Format.md index 76c8b77..262d3e2 100644 --- a/docs/Common/Hash-Cache/File-Format.md +++ b/docs/Common/Hash-Cache/File-Format.md @@ -10,8 +10,8 @@ bits aligns with a power of 2. - `u6` + `u10` is 2 bytes `little-endian` - `u15` + `u17` is 4 bytes `little-endian` -- `u26` + `u22` + u16 is 8 bytes `little-endian` -- ***`u6` + `u11` + u17 is 4 bytes `little-endian`, not 2+2*** +- `u26` + `u22` + `u16` is 8 bytes `little-endian` +- ***`u6` + `u11` + `u15` is 4 bytes `little-endian`, not 2+2*** ## File Layout