Skip to content

Commit d9ac3a2

Browse files
committed
fix datetrunc tests?
1 parent 80f3338 commit d9ac3a2

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/date

1 file changed

+2
-2
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/date/DateTrunc.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ public interface DateTruncFactoryProvider {
6767
@Example(file = "date", tag = "docsDateTrunc"),
6868
@Example(
6969
description = "Combine `DATE_TRUNC` with [`STATS`](/reference/query-languages/esql/commands/stats-by.md) "
70-
+ "to create date histograms."
71-
+ "/n For example, the number of hires per year:",
70+
+ "to create date histograms. "
71+
+ "For example, the number of hires per year:",
7272
file = "date",
7373
tag = "docsDateTruncHistogram"
7474
),

0 commit comments

Comments
 (0)