mirror of https://github.com/apache/lucene.git
fix minor typo in javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@692109 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e398f4e930
commit
f262830a7f
|
@ -746,7 +746,7 @@ public abstract class IndexReader {
|
|||
|
||||
/** Returns an enumeration of all terms starting at a given term. If
|
||||
* the given term does not exist, the enumeration is positioned at the
|
||||
* first term greater than the supplied therm. The enumeration is
|
||||
* first term greater than the supplied term. The enumeration is
|
||||
* ordered by Term.compareTo(). Each term is greater than all that
|
||||
* precede it in the enumeration.
|
||||
* @throws IOException if there is a low-level IO error
|
||||
|
|
Loading…
Reference in New Issue