Fix minor typo in docstring

Closes PR #203
This commit is contained in:
Chronial 2017-05-18 20:05:18 +02:00 committed by Tomas Fernandez Lobbe
parent 78e7e1c307
commit 5f12becb15
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public interface AnalysisParams {
static final String QUERY = PREFIX + ".query";
/**
* Set to {@code true} to indicate that the index tokens that match query tokens should be marked as "mateched".
* Set to {@code true} to indicate that the index tokens that match query tokens should be marked as "matched".
*/
static final String SHOW_MATCH = PREFIX + ".showmatch";