Skip to content

Commit ea4562d

Browse files
committed
added 2x end tag
1 parent 954937d commit ea4562d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/functions/temporal/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ However, a different value may be produced for different statements within the s
710710
----
711711
RETURN date.statement() AS currentDate
712712
----
713-
// tag::functions_temporal_date_statement[]
713+
// end::functions_temporal_date_statement[]
714714
715715
.Result
716716
[role="queryresult",options="header,footer",cols="1*<m"]
@@ -821,7 +821,7 @@ RETURN
821821
date.truncate('week', d, {dayOfWeek: 2}) AS truncWeek,
822822
date.truncate('day', d) AS truncDay
823823
----
824-
// tag::functions_temporal_date_truncate[]
824+
// end::functions_temporal_date_truncate[]
825825
826826
827827
.Result

0 commit comments

Comments
 (0)