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
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@
For example, `www.abc.com` is deemed matching `abc.com`, because the former 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. 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 The resulting read-only tries created as a result of using HNTrieContainer
simply just typed arrays filled with integers. The matching algorithm is 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 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. indices in the array as a way to move around in the trie.