spmallette commented on code in PR #3483: URL: https://github.com/apache/tinkerpop/pull/3483#discussion_r3552997313
########## docs/src/reference/intro.asciidoc: ########## @@ -138,7 +138,7 @@ tutorial. .Primary components of the TinkerPop *structure* API * `Graph`: maintains a set of vertices and edges, and access to database functions such as transactions. - * `Element`: maintains a collection of properties and a string label denoting the element type. + * `Element`: maintains a collection of properties and one or more string labels denoting the element type. Review Comment: "one or more"? we have a zero or more config though. but maybe just re-write: "maintains a collection of properties with the option for multiple labels to help classify the element type." -- 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]
