From e0ce5b094b8ee223e3582bf4b8bcf2326156e842 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 6 Jul 2016 01:50:44 +0200 Subject: [PATCH] updated spec --- zstd_compression_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zstd_compression_format.md b/zstd_compression_format.md index 94b1dc5cd..2fbe3fa4c 100644 --- a/zstd_compression_format.md +++ b/zstd_compression_format.md @@ -561,7 +561,7 @@ which tells how to decode the list of weights. - if headerByte >= 242 : this is one of 14 pre-defined weight distributions : | value |242|243|244|245|246|247|248|249|250|251|252|253|254|255| -| -------- | +| -------- |---|---|---|---|---|---|---|---|---|---|---|---|---|---| | Nb of 1s | 1 | 2 | 3 | 4 | 7 | 8 | 15| 16| 31| 32| 63| 64|127|128| |Complement| 1 | 2 | 1 | 4 | 1 | 8 | 1 | 16| 1 | 32| 1 | 64| 1 |128|