Skip to content

Commit a7012c6

Browse files
committed
CTR docs fixes
1 parent 18d60c4 commit a7012c6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/src/dev/io/graphbinary.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Where:
273273
- `{parent}` is a fully qualified typed value composed of `{type_code}{type_info}{value_flag}{value}` which contains
274274
the parent `Vertex`. Note that as TinkerPop currently send "references" only, this value will always be `null`.
275275
- `{properties}` is a fully qualified typed value composed of `{type_code}{type_info}{value_flag}{value}` which contains
276-
the properties for the edge. Note that as TinkerPop currently send "references" only this value will always be `null`.
276+
the properties for the edge.
277277
278278
==== Path
279279
@@ -340,7 +340,7 @@ Where:
340340
- `{id}` is a fully qualified typed value composed of `{type_code}{type_info}{value_flag}{value}`.
341341
- `{label}` is a `String` value.
342342
- `{properties}` is a fully qualified typed value composed of `{type_code}{type_info}{value_flag}{value}` which contains
343-
properties. Note that as TinkerPop currently send "references" only, this value will always be `null`.
343+
properties.
344344
345345
==== VertexProperty
346346
@@ -354,7 +354,7 @@ Where:
354354
- `{parent}` is a fully qualified typed value composed of `{type_code}{type_info}{value_flag}{value}` which contains
355355
the parent `Vertex`. Note that as TinkerPop currently send "references" only, this value will always be `null`.
356356
- `{properties}` is a fully qualified typed value composed of `{type_code}{type_info}{value_flag}{value}` which contains
357-
properties. Note that as TinkerPop currently send "references" only, this value will always be `null`.
357+
properties.
358358
359359
==== Barrier
360360

docs/src/reference/the-traversal.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ Spawn steps, which actually yield a traversal, typically match the names of exis
383383
* `inject()` - Inserts arbitrary objects to start the traversal (<<inject-step, example>>).
384384
* `mergeE()` - Adds an `Edge` in a "create if not exist" fashion to start the traversal (<<mergeedge-step, example>>)
385385
* `mergeV()` - Adds a `Vertex` in a "create if not exist" fashion to start the traversal (<<mergevertex-step, example>>)
386+
* `union()` - Merges the results of an arbitrary number of child traversals to start the traversal (<<union-step, example>>).
386387
* `V()` - Reads vertices from the graph to start the traversal (<<graph-step, example>>).
387388
388389
[[graph-traversal-steps]]

0 commit comments

Comments
 (0)