diff --git a/docs/specification.pdf b/docs/specification.pdf index 86d0213..9a7d8e2 100644 Binary files a/docs/specification.pdf and b/docs/specification.pdf differ diff --git a/docs/specification.typ b/docs/specification.typ index 1ffeaeb..ca8d0a4 100644 --- a/docs/specification.typ +++ b/docs/specification.typ @@ -114,7 +114,7 @@ compressed independently using LZSS with the following parameters: == Block format -Streams are encoded as a sequence of 8‑item 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.