fix typo in javadocs

This commit is contained in:
Mike McCandless 2019-02-26 18:04:24 -05:00
parent 58beaeb74d
commit 1ad45a7974
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public final class TotalHits {
*/
EQUAL_TO,
/**
* The total hit count is greater than or eual to {@link TotalHits#value}.
* The total hit count is greater than or equal to {@link TotalHits#value}.
*/
GREATER_THAN_OR_EQUAL_TO
}