diff --git a/index.html b/index.html index f493197..69b8faa 100644 --- a/index.html +++ b/index.html @@ -135,7 +135,7 @@
In this case, it will only find one match, whereas it would normally find four. The sugarcane/canesugar words are discarded because they are partial matches.
-Some text are WrItTeN in combinations of lowercase and uppercase and therefore hard to identify. You can instruct +
Some text is WrItTeN in combinations of lowercase and uppercase and therefore hard to identify. You can instruct the Trie to lowercase the entire searchtext to ease the matching process.
Trie trie = new Trie().caseInsensitive();