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/02/11 20:46:51 UTC

[09/19] incubator-tinkerpop git commit: fixed typo

fixed 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/3cc0d8a1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/3cc0d8a1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/3cc0d8a1

Branch: refs/heads/TINKERPOP-1140
Commit: 3cc0d8a161e50c718cec865d7f7c58705bf95f43
Parents: 19c4197
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Wed Feb 10 23:30:00 2016 +0100
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Wed Feb 10 23:30:00 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/3cc0d8a1/docs/src/reference/implementations.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/implementations.asciidoc b/docs/src/reference/implementations.asciidoc
index 5b7e3e4..38c758c 100644
--- a/docs/src/reference/implementations.asciidoc
+++ b/docs/src/reference/implementations.asciidoc
@@ -1544,7 +1544,7 @@ mapper in the Hadoop job. The script must have the following method defined:
 [source,groovy]
 def parse(String line, ScriptElementFactory factory) { ... }
 
-`ScriptElementFactory` is a legacy from previous version and, although it's still functional, it should no longer be used.
+`ScriptElementFactory` is a legacy from previous versions and, although it's still functional, it should no longer be used.
 In order to create vertices and edges, the `parse()` method gets access to a global variable named `graph`, which holds
 the local `StarGraph` for the current line/vertex.