Skip to content

Commit

Permalink
Fixed formatting in docs CTR
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallette committed Oct 26, 2023
1 parent 0ea8da2 commit 831e8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/reference/the-traversal.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 831e8c4

Please sign in to comment.