mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix comment
This commit is contained in:
parent
bf7ce857ee
commit
c959fd6cd9
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ const µb = µBlock;
|
|||
// || | |+------ bit 2: modifier
|
||||
// || | +------- bit 3- 4: party [0-3]
|
||||
// || +--------- bit 5- 9: type [0-31]
|
||||
// |+-------------- bit 10-15: unused
|
||||
// +--------------- bit 16: headers-based filters
|
||||
// |+-------------- bit 10: headers-based filters
|
||||
// +--------------- bit 11-15: unused
|
||||
|
||||
const CategoryCount = 1 << 0xb; // shift left to first unused bit
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue