Docs: Fixed typo in MissingFilterBuilder

Closes #8185
This commit is contained in:
Clinton Gormley 2014-10-22 17:16:30 +02:00
parent 2ebcbbc66b
commit 5b5c032dee
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class MissingFilterBuilder extends BaseFilterBuilder {
}
/**
* Should hte missing filter include documents where the field doesn't exists in the docs.
* Should the missing filter include documents where the field doesn't exists in the docs.
* Defaults to <tt>true</tt>.
*/
public MissingFilterBuilder existence(boolean existence) {