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:
Daniel Naber 2006-03-17 21:55:13 +00:00
parent 58d982aa34
commit 9d98185ecf
1 changed files with 1 additions and 1 deletions

View File

@ -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.