andreachild commented on code in PR #3241:
URL: https://github.com/apache/tinkerpop/pull/3241#discussion_r2441450258
##########
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 `range()` inside <<repeat-step,`repeat()`>>, each repeat
iteration maintains its own counter.
+See the <<repeat-step,repeat step documentation>> for examples and details.
+
Review Comment:
Added callout for skip
--
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]