You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/01/05 23:55:08 UTC

[36/50] incubator-tinkerpop git commit: TINKERPOP-1065: fixed a sentence that was incorrectly modified.

TINKERPOP-1065: fixed a sentence that was incorrectly modified.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/6e5895b5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/6e5895b5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/6e5895b5

Branch: refs/heads/TINKERPOP-1033
Commit: 6e5895b59ae682f62fefc3c95524b156cf9fb7fb
Parents: c2cff18
Author: Jeremy Hanna <jh...@datastax.com>
Authored: Mon Dec 28 08:59:22 2015 -0800
Committer: Jeremy Hanna <jh...@datastax.com>
Committed: Mon Dec 28 08:59:22 2015 -0800

----------------------------------------------------------------------
 docs/src/reference/the-graph.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/6e5895b5/docs/src/reference/the-graph.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/the-graph.asciidoc b/docs/src/reference/the-graph.asciidoc
index aba7500..e562eeb 100644
--- a/docs/src/reference/the-graph.asciidoc
+++ b/docs/src/reference/the-graph.asciidoc
@@ -405,8 +405,8 @@ applications outside of TinkerPop, GraphML may be the best choice to do that. Co
 * Produce a subgraph and export it to GraphML to be consumed by and visualized in link:https://gephi.org/[Gephi].
 * Migrate the data of an entire graph to a different graph database not supported by TinkerPop.
 
-As GraphML is a specification for the serialization of an entire graph and not the individual elements of a graph.
-Methods that support input and output of single vertices, edges, etc. are not supported.
+As GraphML is a specification for the serialization of an entire graph and not the individual elements of a graph,
+methods that support input and output of single vertices, edges, etc. are not supported.
 
 CAUTION: GraphML is a "lossy" format in that it only supports primitive values for properties and does not have
 support for `Graph` variables.  It will use `toString` to serialize property values outside of those primitives.