Skip to content

Commit c7b717e

Browse files
authored
Merge pull request #160 from egorpugin/patch-1
Fix typo in huffman-primlen-9.deflate.commentary.txt
2 parents d662ef5 + fd388e0 commit c7b717e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/data/artificial-deflate/huffman-primlen-9.deflate.commentary.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ the overall decoding is "banana".
104104
000170 0x00AA . 0xFA 0b_1111_1010
105105
000171 0x00AB . 0xB7 0b_1011_0111 lcode: 110 literal 'n'
106106
000172 0x00AC . 0xF9 0b_...._.001
107-
000172 0x00AC . 0xF9 0b_1111_1... lcode: 256 length=3
107+
000172 0x00AC . 0xF9 0b_1111_1... lcode: 257 length=3
108108
000173 0x00AD . 0xB3 0b_.011_0011
109109
000173 0x00AD . 0xB3 0b_1..._.... dcode: 1 distance=2
110110
000174 0x00AE . 0xFE 0b_...._...0

0 commit comments

Comments
 (0)