spmallette opened a new pull request, #3543:
URL: https://github.com/apache/tinkerpop/pull/3543

   The Vertex Labels section of the reference documentation includes a Gremlin 
example against The Zoo toy graph. The callout annotating the habitat query 
(`g.V().has('name','tux').out('livesIn').values('name','biome')`) stated that 
habitats are modeled as ordinary single-labeled vertices.
   
   That description is inaccurate for The Zoo: the `lagoon` habitat vertex 
carries more than one label, so the claim that habitats are single-labeled does 
not hold. This replaces the callout with a plain description of what the query 
retrieves, which removes the incorrect claim without introducing any new 
assertions about label cardinality.
   
   Documentation-only change. Callouts 1 and 2, the queries, and the 
surrounding prose are unchanged.


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