From e8d35cc5e9c6e2055bca5de4bec4591c005c710e Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sun, 20 Aug 2017 10:39:20 -0700 Subject: [PATCH] minor formulation change, recommended by @ulikunitz --- doc/zstd_compression_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zstd_compression_format.md b/doc/zstd_compression_format.md index 86d5ef263..aa86d1420 100644 --- a/doc/zstd_compression_format.md +++ b/doc/zstd_compression_format.md @@ -1266,7 +1266,7 @@ Resulting in following 2-bytes bitstream : 00010000 00001101 ``` -alternative representation with clearer separation of fields : +Here is an alternative representation with the symbol codes separated by underscore: ``` 0001_0000 00001_1_01 ```