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


##########
docs/src/reference/the-traversal.asciidoc:
##########
@@ -1763,6 +1790,39 @@ g.V()
 
 * 
link:++https://tinkerpop.apache.org/javadocs/x.y.z/core/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html#drop()++[`drop()`]
 
+[[droplabel-step]]
+=== DropLabel Step
+
+The `dropLabel()`-step (*sideEffect*) removes one or more specific labels from 
an element. The `dropLabels()`-step

Review Comment:
   I really dislike that our reference documentation is reading like semantics. 
For example:
   
   > Dropping a label that does not exist on the element is a no-op.
   
   Leave specification statements for semantics.  if we want to talk about a 
no-op condition then we should introduce a scenario that sets up that case. 
That statement on its own does not naturally flow from the prior sentence.  The 
tinker-doc skill continues to need refinement, but even then, I think we need 
to pay much closer attention to what is being produced here. Perhaps we've 
already let too much of this shortened language into the reference docs and it 
all needs review.



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