fix typos in javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@582478 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2007-10-06 11:09:20 +00:00
parent 065553bd20
commit 9de7367279
1 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ public abstract class Scorer {
/**
* Advances to the document matching this Scorer with the lowest doc Id
* greater then the current value of {@link #doc()} (or to the matching
* greater than the current value of {@link #doc()} (or to the matching
* document with the lowest doc Id if next has never been called on
* this Scorer).
*
@ -109,7 +109,7 @@ public abstract class Scorer {
*
* <p>
* The behavior of this method is undefined if the target specified is
* less then or equal to the current value of {@link #doc()}
* less than or equal to the current value of {@link #doc()}.
* <p>
* Behaves as if written:
* <pre>