andreachild commented on code in PR #3241:
URL: https://github.com/apache/tinkerpop/pull/3241#discussion_r2446773903
##########
docs/src/reference/the-traversal.asciidoc:
##########
@@ -4051,6 +4054,9 @@ g.V().valueMap().select('location').range(local, 1,
2).unfold() <3>
<2> `List<String>` for each vertex containing the second location.
<3> `String` for each vertex containing the second location (use `unfold()` to
extract single elements from singleton collections).
+NOTE: When using globally-scoped `range()` inside <<repeat-step,`repeat()`>>,
each repeat iteration maintains its own counter.
Review Comment:
Removed the NOTE callouts in the individual steps in favour of examples
using these steps inside repeat as part of the repeat step documentation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]