diff --git a/modules/ROOT/pages/functions/temporal/index.adoc b/modules/ROOT/pages/functions/temporal/index.adoc index 3354a69a4..0be8324f2 100644 --- a/modules/ROOT/pages/functions/temporal/index.adoc +++ b/modules/ROOT/pages/functions/temporal/index.adoc @@ -482,7 +482,6 @@ RETURN theDate ====== .Query -// tag::functions_temporal_date_transaction[] [source, cypher] ---- UNWIND [ @@ -492,7 +491,6 @@ date({year: 1984}) ] AS theDate RETURN theDate ---- -// end::functions_temporal_date_transaction[] .Result [role="queryresult",options="header,footer",cols="1*