spmallette commented on code in PR #3241:
URL: https://github.com/apache/tinkerpop/pull/3241#discussion_r2445911904
##########
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:
The additions here speak of `repeat` generally, but sort of all focus on
usage with `times`. Without the context of this overall issue, I think it might
be confusing to readers who don't have the context. Know what I mean?
--
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]