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:54:55 UTC

[23/50] incubator-tinkerpop git commit: TINKERPOP-1065: fixed a newly introduced typo.

TINKERPOP-1065: fixed a newly introduced typo.


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

Branch: refs/heads/TINKERPOP-1033
Commit: c2cff18acb4357c7b6eea40ba26cdffa24fd3a95
Parents: 3eb4726
Author: Jeremy Hanna <jh...@datastax.com>
Authored: Wed Dec 23 14:31:04 2015 -0800
Committer: Jeremy Hanna <jh...@datastax.com>
Committed: Wed Dec 23 14:31:04 2015 -0800

----------------------------------------------------------------------
 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/c2cff18a/docs/src/reference/the-graph.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/the-graph.asciidoc b/docs/src/reference/the-graph.asciidoc
index a97907b..aba7500 100644
--- a/docs/src/reference/the-graph.asciidoc
+++ b/docs/src/reference/the-graph.asciidoc
@@ -389,7 +389,7 @@ have to be configured manually by the user to do the serialization.
 
 It is up to the implementations of the `GraphReader` and `GraphWriter` interfaces to choose the methods they
 implement and the manner in which they work together.  The only characteristic enforced and expected is that the write
-methods should produce output that is compatible with the corresponding read method.  For example, he output of
+methods should produce output that is compatible with the corresponding read method.  For example, the output of
 `writeVertices` should be readable as input to `readVertices` and the output of `writeProperty` should be readable as
 input to `readProperty`.