Skip to content

Commit 8e7c0de

Browse files
clean up
1 parent 36c4080 commit 8e7c0de

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/ROOT/pages/expressions/string-operators.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ RETURN 'My favorite fruits are: ' || 'apples' || ', ' || 'bananas' || ', and' ||
120120
|===
121121

122122
[[list-values-and-null]]
123-
== String concatenation,`LIST` values, and `NULL`
123+
== String concatenation, `LIST` values, and `NULL`
124124

125125
`STRING` values in a `LIST` can be concatenated using the xref:functions/list.adoc#functions-reduce[`reduce()`] function.
126126

@@ -206,8 +206,7 @@ RETURN 'My favorite fruits are: ' || coalesce(reduce(acc = head(list), item IN t
206206
1+d|Rows: 3
207207
|===
208208

209-
Finally, xref:values-and-types/lists.adoc#cypher-list-comprehension[
210-
list comprehension] allows concatenating a `STRING` value to each item in a `LIST` to generate a new `LIST` of modified `STRING` values.
209+
Additionally, xref:values-and-types/lists.adoc#cypher-list-comprehension[list comprehension] allows concatenating a `STRING` value to each item in a `LIST` to generate a new `LIST` of modified `STRING` values.
211210

212211
.List comprehension with `STRING` concatenation on `LIST` items
213212
[source, cypher]

0 commit comments

Comments
 (0)