Skip to content

Commit 0c3959d

Browse files
committed
Merge branch '3.8-dev'
2 parents 13529bb + 00b1e04 commit 0c3959d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/reference/the-traversal.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5046,7 +5046,7 @@ To turn list of values into single items, the `by()` modulator can be used as sh
50465046
[gremlin-groovy,theCrew]
50475047
----
50485048
g.V().valueMap().by(unfold())
5049-
g.V().valueMap('name','location').by().by(unfold())
5049+
g.V().valueMap('name','location').by(unfold())
50505050
----
50515051
50525052
If the `id`, `label`, `key`, and `value` of the `Element` is desired, then the `with()` modulator can be used to

0 commit comments

Comments
 (0)