From: Yann Collet Date: Sun, 20 Aug 2017 17:39:20 +0000 (-0700) Subject: minor formulation change, recommended by @ulikunitz X-Git-Tag: v1.3.1^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F805%2Fhead;p=thirdparty%2Fzstd.git minor formulation change, recommended by @ulikunitz --- 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 ```