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/20 20:37:50 UTC

[19/20] tinkerpop git commit: doc updates.

doc updates.


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

Branch: refs/heads/TINKERPOP-1278
Commit: 903beb2c498468c5c4663d3c74e94a066c3d9fff
Parents: 63dd0c7
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Mon Jun 20 11:47:36 2016 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Mon Jun 20 11:47:36 2016 -0600

----------------------------------------------------------------------
 docs/src/reference/gremlin-variants.asciidoc | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/903beb2c/docs/src/reference/gremlin-variants.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/gremlin-variants.asciidoc b/docs/src/reference/gremlin-variants.asciidoc
index c375f8e..218a391 100644
--- a/docs/src/reference/gremlin-variants.asciidoc
+++ b/docs/src/reference/gremlin-variants.asciidoc
@@ -37,6 +37,9 @@ with Apache TinkerPop. For information on how to build a Gremlin language varian
 please review the link:http://tinkerpop.apache.org/docs/current/tutorials/gremlin-language-variants/[Gremlin Language Variants]
 tutorial.
 
+NOTE: The language that Gremlin is embedded in is called the *host language* and the language that a translator translates
+to for evaluation is called the *execution language*.
+
 [[gremlin-python]]
 Gremlin-Python
 --------------