fixed typo in docs - CTR
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0d29fea8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0d29fea8 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/0d29fea8 Branch: refs/heads/TINKERPOP-1489 Commit: 0d29fea86377f31794fd5d2c26ccc5521c3d79e9 Parents: 8fc197e Author: Robert Dale <[email protected]> Authored: Mon Jun 19 15:20:07 2017 -0400 Committer: Robert Dale <[email protected]> Committed: Mon Jun 19 15:20:07 2017 -0400 ---------------------------------------------------------------------- docs/src/reference/the-traversal.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/0d29fea8/docs/src/reference/the-traversal.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/reference/the-traversal.asciidoc b/docs/src/reference/the-traversal.asciidoc index 680a5b0..f1e4145 100644 --- a/docs/src/reference/the-traversal.asciidoc +++ b/docs/src/reference/the-traversal.asciidoc @@ -2995,7 +2995,7 @@ social.persons("marko").youngestFriendsAge() The following sections explain how to develop application specific DSLs for different <<gremlin-variants,Gremlin Language Variants>> using the examples above of the Social DSL as the API for the implementation. -[[gremlin-java-dsl] +[gremlin-java-dsl] Gremlin-Java ~~~~~~~~~~~~
