minor formulation change, recommended by @ulikunitz

This commit is contained in:
Yann Collet 2017-08-20 10:39:20 -07:00
parent d0d06e421f
commit e8d35cc5e9

View File

@ -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
```