Skip to content

Commit 7a6d56a

Browse files
committed
Checkstyle
1 parent e7de770 commit 7a6d56a

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/Match.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public Match(
214214
@MapParam.MapParamEntry(
215215
name = "lenient",
216216
valueHint = { "true", "false" },
217-
description = "If false, format-based errors, such as providing a text query value for a numeric field, are not ignored."
217+
description = "If false, format-based errors, such as providing a text query value for a numeric field, are returned."
218218
),
219219
@MapParam.MapParamEntry(
220220
name = "max_expansions",

0 commit comments

Comments
 (0)