Skip to content

Commit 2a1d2ad

Browse files
authored
Merge pull request #97 from TheBestAstroNOT/patch-2
Fix another data type typo
2 parents b8e428b + c0cf857 commit 2a1d2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Common/Hash-Cache/File-Format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ bits aligns with a power of 2.
1010

1111
- `u6` + `u10` is 2 bytes `little-endian`
1212
- `u15` + `u17` is 4 bytes `little-endian`
13-
- `u26` + `u22` + u16 is 8 bytes `little-endian`
14-
- ***`u6` + `u11` + u17 is 4 bytes `little-endian`, not 2+2***
13+
- `u26` + `u22` + `u16` is 8 bytes `little-endian`
14+
- ***`u6` + `u11` + `u15` is 4 bytes `little-endian`, not 2+2***
1515

1616
## File Layout
1717

0 commit comments

Comments
 (0)