Skip to content

Commit ca44ddd

Browse files
committed
Update huffman.inc
1 parent 5dfbcd9 commit ca44ddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/streams/huffman.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
; adaptive model but not a performant one.
1313

1414
; For real-world applications, using the static Huffman functions
15-
; (huffman-compress-static) would be vastly faster, as it builds the tree only
15+
; huffman-compress-static would be vastly faster, as it builds the tree only
1616
; once after a preliminary scan of the file. This test perfectly illustrates the
1717
; trade-offs between the simplicity of the adaptive simulation and the performance
1818
; of a static model.

0 commit comments

Comments
 (0)