From d036ee9440d7454ce450f0b0c14cd008fad3f496 Mon Sep 17 00:00:00 2001 From: robert-bor Date: Sat, 8 Feb 2014 15:25:16 +0100 Subject: [PATCH] typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();