Skip to content

Commit 54b1ee7

Browse files
Fix result format of relationships function (#1011) (#1012)
1 parent d1033a2 commit 54b1ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/functions/list.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,8 @@ A `LIST<RELATIONSHIP>` containing all the `RELATIONSHIP` values in the `PATH` `p
424424
[role="queryresult",options="header,footer",cols="1*<m"]
425425
|===
426426
427-
| +relationships(p)+
428-
| +[:KNOWS[0]{},:MARRIED[4]{}]+
427+
| relationships(p)
428+
| [[:KNOWS], [:MARRIED]]
429429
1+d|Rows: 1
430430
431431
|===

0 commit comments

Comments
 (0)