You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/11/13 01:33:44 UTC

incubator-tinkerpop git commit: Minor edit to tutorial.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master fbc7138cf -> cbbf9789b


Minor edit to tutorial.


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

Branch: refs/heads/master
Commit: cbbf9789b959d5dec3911dccf8c1de81ab6ee9dd
Parents: fbc7138
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Nov 12 19:33:13 2015 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Nov 12 19:33:13 2015 -0500

----------------------------------------------------------------------
 docs/src/tutorials-getting-started.asciidoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/cbbf9789/docs/src/tutorials-getting-started.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/tutorials-getting-started.asciidoc b/docs/src/tutorials-getting-started.asciidoc
index ccdfb70..8560cb7 100644
--- a/docs/src/tutorials-getting-started.asciidoc
+++ b/docs/src/tutorials-getting-started.asciidoc
@@ -195,7 +195,7 @@ the console. You would normally refer to them as `T.id` and `T.label`.
 NOTE: The fully qualified name for `T` is `org.apache.tinkerpop.gremlin.structure.T`.
 
 Second, don't forget that you are working with TinkerGraph which allows for identifier assignment. That is _not_ the
-case with most graph databases. For example, don't bother to try with Neo4j or Titan.
+case with most graph databases.
 
 Finally, the label for an `Edge` is required and is thus part of the method signature of `addEdge()`. It is the first
 parameter supplied, followed by the `Vertex` to which `v1` should be connected. Therefore, this usage of `addEdge` is
@@ -561,4 +561,4 @@ Conclusion
 
 ...and that is the end of _The TinkerPop Workout - by Gremlin_. You are hopefully feeling more confident in your
 TinkerPop skills and have a good overview of what the stack has to offer, as well as some entry points to further
-research within the reference documentation. Welcome to The TinkerPop!
\ No newline at end of file
+research within the reference documentation. Welcome to The TinkerPop!