File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -362,10 +362,9 @@ entries in the dictionary representing the filter):
362362 select automatically based on other filter options.
363363
364364The delta filter stores the differences between bytes, producing more repetitive
365- input for the compressor in certain circumstances. It only supports a single
366- The delta filter supports only one option, ``dist ``. This indicates the distance
367- between bytes to be subtracted. The default is 1, i.e. take the differences
368- between adjacent bytes.
365+ input for the compressor in certain circumstances. It supports one option,
366+ ``dist ``. This indicates the distance between bytes to be subtracted. The
367+ default is 1, i.e. take the differences between adjacent bytes.
369368
370369The BCJ filters are intended to be applied to machine code. They convert
371370relative branches, calls and jumps in the code to use absolute addressing, with
You can’t perform that action at this time.
0 commit comments