Skip to content

Commit 34579f2

Browse files
committed
syntax fix
1 parent bb499cd commit 34579f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ WITH datetime('1986-11-18T6:04:45.123456789+01:00[Europe/Berlin]') AS dt
4141
RETURN format(dt, "MM/dd/yyyy") AS EU, format(dt, "dd/MM/yyyy") AS US
4242
----
4343

44-
| Cypher's new xref:functions/temporal/format.adoc[`format()]` function can create dynamically formatted string representations of temporal instance and duration types.
44+
| Cypher's new xref:functions/temporal/format.adoc[`format()`] function can create dynamically formatted string representations of temporal instance and duration types.
4545

4646
a|
4747
label:functionality[]

0 commit comments

Comments
 (0)