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 2019/07/01 12:09:12 UTC

[tinkerpop] branch master updated (2fd72bf -> 5694a17)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 2fd72bf  Merge branch 'tp34'
     new b4a16c4  Minor fix to NOTE CTR
     new 1e03e20  Merge branch 'tp33' into tp34
     new 5694a17  Merge branch 'tp34'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


[tinkerpop] 01/03: Minor fix to NOTE CTR

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit b4a16c490e382f4cba350714f9f67874b9d50031
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jul 1 08:08:27 2019 -0400

    Minor fix to NOTE CTR
---
 docs/src/reference/the-traversal.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/reference/the-traversal.asciidoc b/docs/src/reference/the-traversal.asciidoc
index b7d3278..8377d20 100644
--- a/docs/src/reference/the-traversal.asciidoc
+++ b/docs/src/reference/the-traversal.asciidoc
@@ -2987,7 +2987,7 @@ to in Gremlin with the double underscore `__.in()`.
 
 [NOTE, caption=Javascript]
 ====
-The term `in` is a reserved word in Python, and therefore must be referred to in Gremlin with `in_()`.
+The term `in` is a reserved word in Javascript, and therefore must be referred to in Gremlin with `in_()`.
 ====
 
 [NOTE, caption=Python]


[tinkerpop] 03/03: Merge branch 'tp34'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 5694a1773781793a54b475621e0d7f673de7b2e2
Merge: 2fd72bf 1e03e20
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jul 1 08:08:59 2019 -0400

    Merge branch 'tp34'



[tinkerpop] 02/03: Merge branch 'tp33' into tp34

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 1e03e2094ca3415fbeda5aeaff04171e59c4ea6d
Merge: b70e6b6 b4a16c4
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jul 1 08:08:46 2019 -0400

    Merge branch 'tp33' into tp34