spmallette commented on code in PR #2352: URL: https://github.com/apache/tinkerpop/pull/2352#discussion_r1397226103
########## docs/src/reference/the-traversal.asciidoc: ########## @@ -2309,6 +2309,25 @@ link:++https://tinkerpop.apache.org/javadocs/x.y.z/core/org/apache/tinkerpop/gre link:++https://tinkerpop.apache.org/javadocs/x.y.z/core/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html#limit(org.apache.tinkerpop.gremlin.process.traversal.Scope,long)++[`limit(Scope,long)`] link:++https://tinkerpop.apache.org/javadocs/x.y.z/core/org/apache/tinkerpop/gremlin/process/traversal/Scope.html++[`Scope`] +[[list-none-step]] +=== List None Step Review Comment: Users will still see this as `none()` so I think it's better to explain the two usages in the existing section for that step. Luckily `none()` is mostly an internal step. it's unlikely anyone is really using it directly. -- 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]
