1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

Fix comment

This commit is contained in:
Raymond Hill 2019-05-14 09:31:51 -04:00
parent a14dcecf8f
commit 39e2a03edb
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

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