small javadoc improvement

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@178005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2005-05-23 19:10:12 +00:00
parent b0cf756698
commit d282afeb94
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class BooleanClause implements java.io.Serializable {
/** Use this operator for terms that <i>must</i> appear in the matching documents. */
public static final Occur MUST = new Occur("MUST");
/** Use this operator for terms of which <i>should</i> appear in the
/** Use this operator for terms that <i>should</i> appear in the
* matching documents. For a BooleanQuery with two <code>SHOULD</code>
* subqueries, at least one of the queries must appear in the matching documents. */
public static final Occur SHOULD = new Occur("SHOULD");