diff --git a/modules/ROOT/pages/functions/list.adoc b/modules/ROOT/pages/functions/list.adoc index e908f844c..d66b4329d 100644 --- a/modules/ROOT/pages/functions/list.adoc +++ b/modules/ROOT/pages/functions/list.adoc @@ -147,6 +147,7 @@ A `LIST` containing all the labels of the node bound to `a` is returned. .Considerations |=== +| 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. | `nodes(null)` returns `null`. |===