Skip to content

Commit

Permalink
robert-bor#43 Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danbeck committed Aug 19, 2019
1 parent fe16c54 commit 078feaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ recognizer. In this case use a PayloadTrie instead of a Trie:
PayloadTrie<Word> trie = PayloadTrie.<Word>builder()
.addKeyword("hers", new Word("f")
.addKeyword("his", new Word("m"))
.addKeyword("she", new Word("f")
.addKeyword("she", new Word("f"))
.addKeyword("he", new Word("m"))
.build();
Collection<PayloadEmit<Word>> emits = trie.parseText("ushers");
Expand Down

0 comments on commit 078feaf

Please sign in to comment.