SOLR-90, typo in comments

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@489296 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bertrand Delacretaz 2006-12-21 09:13:20 +00:00
parent 26fca51862
commit a4b637a6db
1 changed files with 2 additions and 2 deletions

View File

@ -407,8 +407,8 @@ public class QueryParsing {
* <p>
* The benefit of using this method instead of calling
* <code>Query.toString</code> directly is that it knows about the data
* types of each field, so any field which is encoded in a particularly
* complex way is still readable. The downside is thta it only knows
* types of each field, so any field which is encoded in a particularly
* complex way is still readable. The downside is that it only knows
* about built in Query types, and will not be able to format custom
* Query classes.
* </p>