Cédric L. Charlier created TINKERPOP-1773:
---------------------------------------------

             Summary: Lop should be created as a "software" and not a "person"
                 Key: TINKERPOP-1773
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1773
             Project: TinkerPop
          Issue Type: Bug
          Components: documentation
    Affects Versions: 3.3.0
            Reporter: Cédric L. Charlier
            Priority: Trivial


In the section "The Next Fifteen Minutes", specifically in the sub-section 
"Creating a Graph", at two places, you've the command:

{code:java}
v2 = g.addV("person").property(id, 3).property("name", "lop").property("lang", 
"java").next()
{code}

but it should be 

{code:java}
v2 = g.addV("software").property(id, 3).property("name", 
"lop").property("lang", "java").next()
{code}

Due to this typo, it could be difficult to understand why later you're speaking 
about "Walk along the "created" edges to "software" vertices" as we never 
created a software.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to