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:10:41 UTC

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

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 5694a17  Merge branch 'tp34'
     new 989bbec  Minor fix to NOTE CTR
     new 96711c8  Merge branch 'tp33' into tp34
     new f51e8d5  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] 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 96711c8065479354a56c36dceaeea6e7c57c8528
Merge: 1e03e20 989bbec
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jul 1 08:10:24 2019 -0400

    Merge branch 'tp33' into tp34



[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 989bbec5807a8a470d2604b7ac759a9e38827b99
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 f51e8d5430592ab149d2c595afe45da52418b20a
Merge: 5694a17 96711c8
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon Jul 1 08:10:30 2019 -0400

    Merge branch 'tp34'