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/08/16 23:51:18 UTC

tinkerpop git commit: minor nothing.

Repository: tinkerpop
Updated Branches:
  refs/heads/TINKERPOP-1278 a5ac35157 -> a1605c6ff


minor nothing.


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

Branch: refs/heads/TINKERPOP-1278
Commit: a1605c6fffc5cf77f4e259e49ed77a4bb8147de8
Parents: a5ac351
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Tue Aug 16 17:51:15 2016 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Tue Aug 16 17:51:15 2016 -0600

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a1605c6f/docs/src/reference/gremlin-variants.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/gremlin-variants.asciidoc b/docs/src/reference/gremlin-variants.asciidoc
index 1257c24..bc7a1b1 100644
--- a/docs/src/reference/gremlin-variants.asciidoc
+++ b/docs/src/reference/gremlin-variants.asciidoc
@@ -201,3 +201,4 @@ g.V().out().map(lambda: "it.get().value('name').length()").sum().toList()
 1. A zero-arg lambda yields 2-tuple where the second element is the lambda language.
 2. The default lambda language can be statically changed.
 3. A zero-arg lambda yields a string representation of a closure in Gremlin-Groovy.
+