1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 01:59:38 +02:00

Fix comment

This commit is contained in:
Raymond Hill 2020-11-27 16:01:34 -05:00
parent bf7ce857ee
commit c959fd6cd9
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

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