xiazcy commented on code in PR #3211: URL: https://github.com/apache/tinkerpop/pull/3211#discussion_r2379685484
########## docs/src/reference/the-traversal.asciidoc: ########## @@ -5496,6 +5496,8 @@ TinkerPop 3.6.0 release that allow working with regular expressions. These are ` | `P.between(number,number)` | Is the incoming number greater than or equal to the first provided number and less than the second? | `P.within(objects...)` | Is the incoming object in the array of provided objects? | `P.without(objects...)` | Is the incoming object not in the array of the provided objects? +| `P.typeOf(GType)` | Is the incoming object of the type indicated by the provided `GType` token? +| `P.typeOf(string)` | Is the incoming object of the type indicated by the provided `String`? Review Comment: Yea, that's why I didn't have it added here. Sure, I'll start a section. -- 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]
