spmallette commented on code in PR #1808:
URL: https://github.com/apache/tinkerpop/pull/1808#discussion_r969982023


##########
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:
   please add an example of mid-traversal `E()` here



-- 
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]

Reply via email to