You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2021/03/17 16:08:12 UTC

[GitHub] [tinkerpop] FlorianHockmann commented on a change in pull request #1408: TINKERPOP-2533 Added gremlin-grammar module.

FlorianHockmann commented on a change in pull request #1408:
URL: https://github.com/apache/tinkerpop/pull/1408#discussion_r596168076



##########
File path: docs/src/recipes/recommendation.asciidoc
##########
@@ -33,7 +33,7 @@ g.addV("person").property("name","alice").
   addV("person").property("name","bob").
   addV("person").property("name","jon").
   addV("person").property("name","jack").
-  addV("person").property("name","jill")iterate()
+  addV("person").property("name","jill").iterate()

Review comment:
       Nice to see that this already uncovered some bugs in our docs :)




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org