You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by tw...@apache.org on 2015/11/25 20:06:24 UTC

incubator-tinkerpop git commit: Fully qualified Cardinality.list example for non-shell usage.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/TINKERPOP3-952 326205ed1 -> 83cdf5fcc


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/TINKERPOP3-952
Commit: 83cdf5fcc5771a45414ff1e64df90fc9a46e42c4
Parents: 326205e
Author: Ted Wilmes <tw...@gmail.com>
Authored: Wed Nov 25 13:06:08 2015 -0600
Committer: Ted Wilmes <tw...@gmail.com>
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.