Cole-Greer commented on code in PR #3153:
URL: https://github.com/apache/tinkerpop/pull/3153#discussion_r2196276786


##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java:
##########
@@ -1915,6 +1917,30 @@ public default GraphTraversal<S, Long> dateDiff(final 
Traversal<?, ?> dateTraver
         return this.asAdmin().addStep(new DateDiffStep<>(this.asAdmin(), 
dateTraversal));
     }
 
+    /**
+     * Parse value of the incoming traverser as an ISO-8601 {@link Number}.

Review Comment:
   ```suggestion
        * Parse value of the incoming traverser as a {@link Number}.
   ```



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