Skip to content

Commit

Permalink
Update huffman/src/table.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Gary Miguel <[email protected]>
  • Loading branch information
oliverlee and garymm authored Nov 20, 2023
1 parent f387aad commit d248fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huffman/src/table.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ constexpr static auto find_node_if(I first, I last, P pred)
/// `std::array` is used to store the Huffman tree, with the size determined by
/// `Extent`.
///
/// This table type implements uses "DEFLATE" canonical form for codes:
/// This type uses "DEFLATE" canonical form for codes:
/// * All codes of a given bit length have lexicographically consecutive
/// values, in the same order as the symbols they represent;
/// * Shorter codes lexicographically precede longer codes.
Expand Down

0 comments on commit d248fbe

Please sign in to comment.