Skip to content

Commit 569db2c

Browse files
Note on guaranteed order in nodes() function (#1262)
1 parent f0fe0e4 commit 569db2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/ROOT/pages/functions/list.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ A `LIST<STRING>` containing all the labels of the node bound to `a` is returned.
147147
.Considerations
148148
|===
149149

150+
| The `NODE` values in the returned `LIST` are guaranteed to be in the exact order they appear along the path traversal, from the starting node to the end node.
150151
| `nodes(null)` returns `null`.
151152

152153
|===

0 commit comments

Comments
 (0)