Grammar correction.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@161999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2005-04-20 01:10:54 +00:00
parent 1bda4aff94
commit bc1a7b0f6f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class MultiFieldQueryParser extends QueryParser
/** /**
* Creates a MultiFieldQueryParser. * Creates a MultiFieldQueryParser.
* *
* <p>It that will, when parse(String query) * <p>It will, when parse(String query)
* is called, construct a query like this (assuming the query consists of * is called, construct a query like this (assuming the query consists of
* two terms and you specify the two fields <code>title</code> and <code>body</code>):</p> * two terms and you specify the two fields <code>title</code> and <code>body</code>):</p>
* *