Repository: tinkerpop
Updated Branches:
  refs/heads/master 9fe678c5e -> 9ba6e775f


fixed typo - CTR


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

Branch: refs/heads/master
Commit: c20d81473f074ed09f13f2a132047ae3b6585777
Parents: 1e554ca
Author: Robert Dale <robd...@gmail.com>
Authored: Mon Nov 14 20:53:48 2016 -0500
Committer: Robert Dale <robd...@gmail.com>
Committed: Mon Nov 14 20:53:48 2016 -0500

----------------------------------------------------------------------
 docs/src/reference/the-graph.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/c20d8147/docs/src/reference/the-graph.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/the-graph.asciidoc 
b/docs/src/reference/the-graph.asciidoc
index e0e59f9..e51c309 100644
--- a/docs/src/reference/the-graph.asciidoc
+++ b/docs/src/reference/the-graph.asciidoc
@@ -679,7 +679,7 @@ final Graph graph = TinkerFactory.createModern();
 graph.io(IoCore.gryo()).writeGraph("tinkerpop-modern.kryo");
 
 final Graph newGraph = TinkerGraph.open();
-newGraph.io(IoCore.gryo()).readGraph("tinkerpop-modern.kryo")'
+newGraph.io(IoCore.gryo()).readGraph("tinkerpop-modern.kryo");
 ----
 
 If a custom configuration is required, then have the `Graph` generate a 
`GraphReader` or `GraphWriter` "builder" instance:

Reply via email to