Return-Path: X-Original-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Delivered-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0B39A18DAA for ; Wed, 2 Dec 2015 02:21:51 +0000 (UTC) Received: (qmail 26501 invoked by uid 500); 2 Dec 2015 02:21:51 -0000 Delivered-To: apmail-tinkerpop-commits-archive@tinkerpop.apache.org Received: (qmail 26482 invoked by uid 500); 2 Dec 2015 02:21:51 -0000 Mailing-List: contact commits-help@tinkerpop.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.incubator.apache.org Delivered-To: mailing list commits@tinkerpop.incubator.apache.org Received: (qmail 26473 invoked by uid 99); 2 Dec 2015 02:21:50 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2015 02:21:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 7D962C6D70 for ; Wed, 2 Dec 2015 02:21:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.77 X-Spam-Level: * X-Spam-Status: No, score=1.77 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id bn8BSb-Eb5of for ; Wed, 2 Dec 2015 02:21:49 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 6645820F5E for ; Wed, 2 Dec 2015 02:21:49 +0000 (UTC) Received: (qmail 26468 invoked by uid 99); 2 Dec 2015 02:21:48 -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, 02 Dec 2015 02:21:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 747EFE0962; Wed, 2 Dec 2015 02:21:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: twilmes@apache.org To: commits@tinkerpop.incubator.apache.org Date: Wed, 02 Dec 2015 02:21:49 -0000 Message-Id: In-Reply-To: <4b18d1881f3f45e287d52f8bdda35186@git.apache.org> References: <4b18d1881f3f45e287d52f8bdda35186@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] incubator-tinkerpop git commit: Fully qualified Cardinality.list example for non-shell usage. Fully qualified Cardinality.list example for non-shell usage. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/83cdf5fc Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/83cdf5fc Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/83cdf5fc Branch: refs/heads/master Commit: 83cdf5fcc5771a45414ff1e64df90fc9a46e42c4 Parents: 326205e Author: Ted Wilmes Authored: Wed Nov 25 13:06:08 2015 -0600 Committer: Ted Wilmes Committed: Wed Nov 25 13:06:08 2015 -0600 ---------------------------------------------------------------------- docs/src/reference/the-graph.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/83cdf5fc/docs/src/reference/the-graph.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/reference/the-graph.asciidoc b/docs/src/reference/the-graph.asciidoc index 312eb62..d03ca67 100644 --- a/docs/src/reference/the-graph.asciidoc +++ b/docs/src/reference/the-graph.asciidoc @@ -107,7 +107,7 @@ g.V(v).values('name') <8> ---- <1> A vertex can have zero or more properties with the same key associated with it. -<2> If a property is added with a cardinality of `list`, an additional property with the provided key will be added. +<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.