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


##########
docs/src/reference/the-graph.asciidoc:
##########
@@ -206,6 +206,34 @@ 
link:https://tinkerpop.apache.org/docs/x.y.z/dev/provider/#_label_cardinality[pr
 details and the <<label-step,label()>>, <<labels-step,labels()>>, 
<<addlabel-step,addLabel()>>, and
 <<droplabel-step,dropLabel()>> steps for traversal access.
 
+[[the-zoo-toy-graph]]
+TIP: A toy graph demonstrating multi-label vertices alongside a variety of 
property types is available at
+`TinkerFactory.createTheZoo()` and `data/tinkerpop-zoo*`. Unlike "The Crew" 
above, which requires a graph configured

Review Comment:
   doesn't this sentence read strangely? 
   
   > Unlike "The Crew" above, which requires a graph configured for vertex 
multi-properties and meta-properties, "The Zoo" requires a `LabelCardinality` 
of `ONE_OR_MORE` or `ZERO_OR_MORE`.
   
   We don't "configure" graphs for multi/meta-properties. A graph "supports" 
those things. You might say that you "configure" label cardinality for 
"TinkerGraph" but not every graph will have a "configuration" for that (i.e. 
some graphs will just support it or not) so you'd have to be specific. 



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