Skip to content

Commit

Permalink
Merge pull request #160 from egorpugin/patch-1
Browse files Browse the repository at this point in the history
Fix typo in huffman-primlen-9.deflate.commentary.txt
  • Loading branch information
nigeltao authored Jan 23, 2025
2 parents d662ef5 + fd388e0 commit c7b717e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ the overall decoding is "banana".
000170 0x00AA . 0xFA 0b_1111_1010
000171 0x00AB . 0xB7 0b_1011_0111 lcode: 110 literal 'n'
000172 0x00AC . 0xF9 0b_...._.001
000172 0x00AC . 0xF9 0b_1111_1... lcode: 256 length=3
000172 0x00AC . 0xF9 0b_1111_1... lcode: 257 length=3
000173 0x00AD . 0xB3 0b_.011_0011
000173 0x00AD . 0xB3 0b_1..._.... dcode: 1 distance=2
000174 0x00AE . 0xFE 0b_...._...0
Expand Down

0 comments on commit c7b717e

Please sign in to comment.