Skip to content

Commit 5bf7175

Browse files
authored
Merge pull request #198 from tigergraph/DOC-2262-Accumulators-GroupByAccum-3.6
DOC-2262 GroupByAccum-3.6
2 parents 6c61d86 + 7dd41a0 commit 5bf7175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/querying/pages/accumulators.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ MapAccum<STRING, GroupByAccum<VERTEX a, MaxAccum<INT> maxs>>
14401440
MapAccum<SetAccum<INT>, INT> # illegal
14411441
----
14421442

1443-
. GroupByAccum: All accumulator types, except for HeapAccum, can be nested within GroupByAccum as the accumulator type. For example:
1443+
. GroupByAccum: All accumulator types can be nested within GroupByAccum as the accumulator type. For example:
14441444
+
14451445
[source,text]
14461446
----

0 commit comments

Comments
 (0)