vkagamlyk commented on code in PR #1808: URL: https://github.com/apache/tinkerpop/pull/1808#discussion_r970085795
########## docs/src/dev/future/index.asciidoc: ########## @@ -49,7 +49,6 @@ line of 22H2. * Add support for traversals as parameters for `V()`, `is()`, and `has()` (includes `Traversal` arguments to `P`) * Geospatial support for TinkerPop (link:++https://lists.apache.org/[email protected]:2021-7:DISCUSS%20geo-spatial++[DISCUSS Thread]) -* Add mid-traversal `E()` support Review Comment: added in https://github.com/apache/tinkerpop/pull/1808/commits/13501c50233d1692d2cd3dd8185e61e9050f8fe3 ########## docs/src/reference/the-traversal.asciidoc: ########## @@ -1236,8 +1236,8 @@ g.V() [[e-step]] === E Step -The `E()`-step is meant to read edges from the graph and is usually used to start a `GraphTraversal`. Unlike the related -<<v-step,V()>> it cannot be used mid-traversal. +The `E()`-step is meant to read edges from the graph and is usually used to start a `GraphTraversal`, but can also +be used mid-traversal. Review Comment: added in https://github.com/apache/tinkerpop/pull/1808/commits/13501c50233d1692d2cd3dd8185e61e9050f8fe3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
