mirror of
https://github.com/apache/lucene.git
synced 2025-02-15 06:25:56 +00:00
fix typo in javadocs
This commit is contained in:
parent
34757670d9
commit
7773afe9b1
@ -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…
x
Reference in New Issue
Block a user