| commit | e8d35cc5e9c6e2055bca5de4bec4591c005c710e | [log] [tgz] |
|---|---|---|
| author | Yann Collet <cyan@fb.com> | Sun Aug 20 10:39:20 2017 -0700 |
| committer | Yann Collet <cyan@fb.com> | Sun Aug 20 10:39:20 2017 -0700 |
| tree | c081623a87a52ce9dcefee66bf0d3df173cbedd3 | |
| parent | d0d06e421f5eb8a617d1959ff5573684c293358b [diff] [blame] |
minor formulation change, recommended by @ulikunitz
diff --git a/doc/zstd_compression_format.md b/doc/zstd_compression_format.md index 86d5ef2..aa86d14 100644 --- a/doc/zstd_compression_format.md +++ b/doc/zstd_compression_format.md
@@ -1266,7 +1266,7 @@ 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 ```