From commits-return-27459-archive-asf-public=cust-asf.ponee.io@tinkerpop.apache.org Wed Mar 21 14:14:23 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5CDAB180651 for ; Wed, 21 Mar 2018 14:14:23 +0100 (CET) Received: (qmail 81351 invoked by uid 500); 21 Mar 2018 13:14:22 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 81332 invoked by uid 99); 21 Mar 2018 13:14:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Mar 2018 13:14:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 392CEF4E28; Wed, 21 Mar 2018 13:14:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: spmallette@apache.org To: commits@tinkerpop.apache.org Date: Wed, 21 Mar 2018 13:14:22 -0000 Message-Id: <01864b850c27400f93e002b46c7cfb28@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] tinkerpop git commit: Minor fix to docs around meta-properties CTR Repository: tinkerpop Updated Branches: refs/heads/master 23919b40f -> ea611c5ce Minor fix to docs around meta-properties CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/827b76ec Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/827b76ec Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/827b76ec Branch: refs/heads/master Commit: 827b76ecfd1786c4ef9edd340d677cef7418f57d Parents: 6323f49 Author: Stephen Mallette Authored: Wed Mar 21 09:13:43 2018 -0400 Committer: Stephen Mallette Committed: Wed Mar 21 09:13:43 2018 -0400 ---------------------------------------------------------------------- docs/src/reference/the-graph.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/827b76ec/docs/src/reference/the-graph.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/reference/the-graph.asciidoc b/docs/src/reference/the-graph.asciidoc index 339b392..1855249 100644 --- a/docs/src/reference/the-graph.asciidoc +++ b/docs/src/reference/the-graph.asciidoc @@ -108,7 +108,7 @@ g.V(v).values('name') <8> <2> If a property is added with a cardinality of `Cardinality.list`, an additional property with the provided key will be added. <3> A vertex property can have standard key/value properties attached to it. <4> Vertex property removal is identical to property removal. -<5> It is property to get the properties of a vertex property. +<5> Gets the meta-properties of each vertex property. <6> A vertex property can have any number of key/value properties attached to it. <7> `property(...)` will remove all existing key'd properties before adding the new single property (see `VertexProperty.Cardinality`). <8> If only the value of a property is needed, then `values()` can be used.