-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: documentation
-
Labels:None
In http://tinkerpop.apache.org/docs/current/reference/#traversal
I noticed the images there describe the filter step as S → S ∪ Ø which doesn't make sense to me since S = S ∪ Ø
It should be
S → E ⊆ S
since a filter yields a subset (though not necessarily a proper subset) of S