fixed the '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/91054319 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/91054319 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/91054319 Branch: refs/heads/TINKERPOP-1489 Commit: 91054319276f946149796c3b3094aa3f5d6d8888 Parents: 0d29fea Author: Robert Dale <[email protected]> Authored: Mon Jun 19 15:22:37 2017 -0400 Committer: Robert Dale <[email protected]> Committed: Mon Jun 19 15:22:37 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/91054319/docs/src/reference/the-traversal.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/reference/the-traversal.asciidoc b/docs/src/reference/the-traversal.asciidoc index f1e4145..f39fe11 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 ~~~~~~~~~~~~
