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/06/06 13:46:15 UTC

svn commit: r1746998 - /incubator/tinkerpop/site/index.html

Author: okram
Date: Mon Jun  6 13:46:15 2016
New Revision: 1746998

URL: http://svn.apache.org/viewvc?rev=1746998&view=rev
Log:
small tweak to test my svn account.

Modified:
    incubator/tinkerpop/site/index.html

Modified: incubator/tinkerpop/site/index.html
URL: http://svn.apache.org/viewvc/incubator/tinkerpop/site/index.html?rev=1746998&r1=1746997&r2=1746998&view=diff
==============================================================================
--- incubator/tinkerpop/site/index.html (original)
+++ incubator/tinkerpop/site/index.html Mon Jun  6 13:46:15 2016
@@ -225,7 +225,7 @@
                </div>
                <div class="item">
                   <pre><code class="language-gremlin"> 
-    // What are the names of every project that was created by two friends?
+    // What are the names of projects that were created by two friends?
     g.V().match(
       as("a").out("knows").as("b"),
       as("a").out("created").as("c"),