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


##########
docs/src/recipes/appendix.asciidoc:
##########
@@ -142,7 +142,7 @@ The following example assumes that the edges point in the 
`OUT` direction. Assum
 ----
 g.V().where(without("x")).as("a").
   outE().as("e").inV().as("b").
-  filter(bothE().where(neq("e")).otherV().where(eq("a"))).aggregate(local, 
"x").
+  
filter(bothE().where(neq("e")).otherV().where(eq("a"))).local(aggregate("x")).

Review Comment:
   i think i've asked this elsewhere, but again, have we tested these examples 
manually to be sure our results are the same just by adding the `local` 
wrapping?



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