fix minor javadoc typos

This commit is contained in:
Mike McCandless 2018-06-15 13:57:24 -04:00
parent c22da7d7a9
commit e7aac9b0c9
1 changed files with 2 additions and 2 deletions

View File

@ -24,9 +24,9 @@ import java.util.List;
* {@link IndexReaderContext} for {@link LeafReader} instances.
*/
public final class LeafReaderContext extends IndexReaderContext {
/** The readers ord in the top-level's leaves array */
/** The reader's ord in the top-level's leaves array */
public final int ord;
/** The readers absolute doc base */
/** The reader's absolute doc base */
public final int docBase;
private final LeafReader reader;