mirror of https://github.com/apache/lucene.git
fix typo in javadocs
This commit is contained in:
parent
58beaeb74d
commit
1ad45a7974
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue