From 9de736727923ff6d28d62641dad8b0346b05642c Mon Sep 17 00:00:00 2001 From: Daniel Naber Date: Sat, 6 Oct 2007 11:09:20 +0000 Subject: [PATCH] fix typos in javadoc git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@582478 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/lucene/search/Scorer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/org/apache/lucene/search/Scorer.java b/src/java/org/apache/lucene/search/Scorer.java index 2b4972c9946..2da2738633a 100644 --- a/src/java/org/apache/lucene/search/Scorer.java +++ b/src/java/org/apache/lucene/search/Scorer.java @@ -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 { * *

* 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()}. *

* Behaves as if written: *