Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-09-08 21:27:39 +03:00
parent 7f71e2c0bc
commit e8431ad750
2 changed files with 1 additions and 1 deletions

View File

@@ -114,7 +114,7 @@ compressed independently using LZSS with the following parameters:
== Block format
Streams are encoded as a sequence of 8item groups preceded by a flag byte:
Streams are encoded as a sequence of 8-item groups preceded by a flag byte:
- For each bit b (0..7) in the flag (LSB first):
- If `(flag >> b) & 1 == 1`: Literal - copy next byte to output.