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


##########
docs/src/dev/provider/gremlin-semantics.asciidoc:
##########
@@ -2034,6 +2034,14 @@ message containing: `The repeat()-traversal was not 
defined`.
 - Nested repeats and loop names:
   - Nested `repeat()` steps maintain separate loop counters. Use `repeat("a", 
...)` and `loops("a")` to reference a
     specific counter inside nested loops.
+- Range steps (`limit()`, `skip()`, `range()`) in `repeat()`:

Review Comment:
   Removed change to semantics doc in favour of better description and examples 
in the traversal reference doc.



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