Fix typo in QueryBuilders Javadoc. (#47362)

This PR fixes a typo in the Javadoc for terms queries in QueryBuilders.
This commit is contained in:
Klemen Košir 2019-10-16 06:04:08 +09:00 committed by Julie Tibshirani
parent 28c1677341
commit 8243e99134
1 changed files with 7 additions and 7 deletions

View File

@ -510,7 +510,7 @@ public final class QueryBuilders {
} }
/** /**
* A filer for a field based on several terms matching on any of them. * A filter for a field based on several terms matching on any of them.
* *
* @param name The field name * @param name The field name
* @param values The terms * @param values The terms
@ -520,7 +520,7 @@ public final class QueryBuilders {
} }
/** /**
* A filer for a field based on several terms matching on any of them. * A filter for a field based on several terms matching on any of them.
* *
* @param name The field name * @param name The field name
* @param values The terms * @param values The terms
@ -530,7 +530,7 @@ public final class QueryBuilders {
} }
/** /**
* A filer for a field based on several terms matching on any of them. * A filter for a field based on several terms matching on any of them.
* *
* @param name The field name * @param name The field name
* @param values The terms * @param values The terms
@ -540,7 +540,7 @@ public final class QueryBuilders {
} }
/** /**
* A filer for a field based on several terms matching on any of them. * A filter for a field based on several terms matching on any of them.
* *
* @param name The field name * @param name The field name
* @param values The terms * @param values The terms
@ -550,7 +550,7 @@ public final class QueryBuilders {
} }
/** /**
* A filer for a field based on several terms matching on any of them. * A filter for a field based on several terms matching on any of them.
* *
* @param name The field name * @param name The field name
* @param values The terms * @param values The terms
@ -560,7 +560,7 @@ public final class QueryBuilders {
} }
/** /**
* A filer for a field based on several terms matching on any of them. * A filter for a field based on several terms matching on any of them.
* *
* @param name The field name * @param name The field name
* @param values The terms * @param values The terms
@ -570,7 +570,7 @@ public final class QueryBuilders {
} }
/** /**
* A filer for a field based on several terms matching on any of them. * A filter for a field based on several terms matching on any of them.
* *
* @param name The field name * @param name The field name
* @param values The terms * @param values The terms