Skip to content

Commit 25cefce

Browse files
committed
typo
1 parent 4b66d39 commit 25cefce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/query/gaffer-syntax/filtering.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ and to instead summarise all elements, e.g. all John committed to repo edges.
736736

737737
=== "Java"
738738
```java
739-
Edge[source="John",destination=1,directed=true,matchedVertex=SOURCE,group=Commit,properties=Properties[date=<java.util.Date>Wed May 01 00:00:00 UTC 2024, count=<java.lang.Long>4]]
739+
Edge[source="John",destination=1,directed=true,matchedVertex=SOURCE,group=Commit,properties=Properties[date=<java.util.Date>Wed May 01 00:00:00 UTC 2024, count=<java.lang.Long>5]]
740740
```
741741

742742
If you apply some pre-aggregation filtering, you can also select a time window to aggregate over.

0 commit comments

Comments
 (0)