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


##########
docs/src/reference/the-traversal.asciidoc:
##########
@@ -2467,6 +2492,18 @@ g.V().where(__.in('created').values('age').
 <2> Find projects having two or more contributors.
 <3> Find projects whose contributors average age is between 30 and 35.
 
+The `is()` step also supports predicates that contain traversal arguments for 
dynamic threshold comparison.

Review Comment:
   any reason to not just fold this back into the previous examples? i'm not 
sure it needs to stand out as a separate thing.  



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