Repository: tinkerpop Updated Branches: refs/heads/master bbe337765 -> c85c2bc32
fixed typo in docs. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c85c2bc3 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c85c2bc3 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/c85c2bc3 Branch: refs/heads/master Commit: c85c2bc3282a7da05d86ea5c32371b3cfeac80ab Parents: bbe3377 Author: Marko A. Rodriguez <[email protected]> Authored: Fri Mar 24 08:42:11 2017 -0600 Committer: Marko A. Rodriguez <[email protected]> Committed: Fri Mar 24 08:42:11 2017 -0600 ---------------------------------------------------------------------- docs/src/reference/the-traversal.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/c85c2bc3/docs/src/reference/the-traversal.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/reference/the-traversal.asciidoc b/docs/src/reference/the-traversal.asciidoc index d381d4e..ec0e7ca 100644 --- a/docs/src/reference/the-traversal.asciidoc +++ b/docs/src/reference/the-traversal.asciidoc @@ -2063,7 +2063,7 @@ g.V().out().as('a').out().as('b').out().as('c'). By using the `from()` and `to()` modulators traversers can ensure that only certain sections of the path are are acyclic. -[gremlin-grovvy] +[gremlin-groovy] ---- g.addV().property(id, 'A').as('a'). addV().property(id, 'B').as('b').
