fix typo in javadocs

This commit is contained in:
Mike McCandless 2019-02-26 18:04:24 -05:00
parent 34757670d9
commit 7773afe9b1

View File

@ -35,7 +35,7 @@ public final class TotalHits {
*/ */
EQUAL_TO, 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 GREATER_THAN_OR_EQUAL_TO
} }