From 831e8c4fed4e81d7186b1f1a3dee8b4a5c64c81b Mon Sep 17 00:00:00 2001 From: Stephen Mallette Date: Thu, 26 Oct 2023 12:26:06 -0400 Subject: [PATCH] Fixed formatting in docs CTR --- docs/src/reference/the-traversal.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/the-traversal.asciidoc b/docs/src/reference/the-traversal.asciidoc index 3aeae643b62..63404fe7eae 100644 --- a/docs/src/reference/the-traversal.asciidoc +++ b/docs/src/reference/the-traversal.asciidoc @@ -2855,7 +2855,7 @@ g.mergeV([(T.id):1,(T.label):'Dog',name:'Toby']).as('Toby'). g.E().elementMap() ---- -The `Merge.outV` and `Merge.inV` tokens can be used as placeholders for values for `Direction.OUT` and Direction.IN` +The `Merge.outV` and `Merge.inV` tokens can be used as placeholders for values for `Direction.OUT` and `Direction.IN` respectively in the `mergeE` arguments. These options can produce `Vertices`, as in the example above, or they can specify `Maps`, which will be used to search for `Vertices` in the graph. This is useful when the exact `T.id` of the from/to vertices is not known in advance: