Skip to content

Commit 6a4967f

Browse files
Fix formatting
1 parent 191545f commit 6a4967f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/expressions/list-expressions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ RETURN list[0] + [2] + list[1..] AS newList
301301
[[list-concatenation]]
302302
== List concatenation
303303

304-
Cypher contains two list concatenation operators: `||` and `+`.
304+
Cypher contains two list concatenation operators: `||` and `\+`.
305305
`||` is xref:appendix/gql-conformance/index.adoc[GQL conformant], while `+` is not.
306306

307307
.List concatenation using `||` and `+`

0 commit comments

Comments
 (0)