Skip to content

Commit 49dea8b

Browse files
obourgainjavanna
authored andcommitted
[DOCS] fix typo in BoolQueryBuilder javadocs
1 parent 1ffb8c7 commit 49dea8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/elasticsearch/index/query/BoolQueryBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public BoolQueryBuilder boost(float boost) {
8585
}
8686

8787
/**
88-
* Disables <tt>Similarity#coord(int,int)</tt> in scoring. Defualts to <tt>false</tt>.
88+
* Disables <tt>Similarity#coord(int,int)</tt> in scoring. Defaults to <tt>false</tt>.
8989
*/
9090
public BoolQueryBuilder disableCoord(boolean disableCoord) {
9191
this.disableCoord = disableCoord;

0 commit comments

Comments
 (0)