spmallette commented on code in PR #3241:
URL: https://github.com/apache/tinkerpop/pull/3241#discussion_r2445906983


##########
docs/src/reference/the-traversal.asciidoc:
##########
@@ -4162,6 +4168,25 @@ In OLAP, where the atomic unit of computing is the 
vertex and its local "star gr
 anonymous traversals do not leave the confines of the vertex's star graph. In 
other words, they can not traverse to
 an adjacent vertex's properties or edges.
 
+==== Using limit(), skip(), range() inside repeat()
+
+When using globally-scoped (default scope) `limit()`, `skip()`, or `range()` 
steps inside `repeat()`, each iteration of 

Review Comment:
   I don't think there's enough context here introducing this concept, but I'm 
also not sure it needs to be introduced. As this is the Reference 
Documentation, does it need this special description of these steps inside of 
`repeat`? In other words, if you just came to this section as a new user, you 
wouldn't have any frame of reference for how else these steps were to interact 
with each other. You'd only have how they work together today. I feel like it 
would be far more useful to have the behavior of `times` described to me 
clearly, with patterns or use cases that helped explain what the behavior is. 



-- 
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]

Reply via email to