mirror of https://github.com/apache/lucene.git
trivial typo fix in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@386735 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
58d982aa34
commit
9d98185ecf
|
@ -21,7 +21,7 @@ import org.apache.lucene.index.IndexReader;
|
|||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* A range query that returns a constant score equal to it's boost for
|
||||
* A range query that returns a constant score equal to its boost for
|
||||
* all documents in the range.
|
||||
* <p>
|
||||
* It does not have an upper bound on the number of clauses covered in the range.
|
||||
|
|
Loading…
Reference in New Issue