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
a14dcecf8f
commit
39e2a03edb
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@
|
|||
For example, `www.abc.com` is deemed matching `abc.com`, because the former
|
||||
is a subdomain of the latter. The opposite is of course not true.
|
||||
|
||||
The resulting read-only tries created as a result of using hnTrieManager are
|
||||
simply just typed arrays filled with integers. The matching algorithm is
|
||||
The resulting read-only tries created as a result of using HNTrieContainer
|
||||
are simply just typed arrays filled with integers. The matching algorithm is
|
||||
just a matter of reading/comparing these integers, and further using them as
|
||||
indices in the array as a way to move around in the trie.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue